diff options
| author | LoneWolfiNTj <Hatley.Software@gmail.com> | 2023-02-03 16:02:15 -0800 |
|---|---|---|
| committer | LoneWolfiNTj <Hatley.Software@gmail.com> | 2023-02-03 16:02:15 -0800 |
| commit | 70dea6e4dc1d3a762eab695418d43d934b8412ac (patch) | |
| tree | 2c22a9ed74c5f60e76fca109e2c050638c03e32f /challenge-202 | |
| parent | 5f2cd32adbdb5fc2507b9e0b0ee4b6400da8c748 (diff) | |
| download | perlweeklychallenge-club-70dea6e4dc1d3a762eab695418d43d934b8412ac.tar.gz perlweeklychallenge-club-70dea6e4dc1d3a762eab695418d43d934b8412ac.tar.bz2 perlweeklychallenge-club-70dea6e4dc1d3a762eab695418d43d934b8412ac.zip | |
Removed excess variable from ch-2.pl
Diffstat (limited to 'challenge-202')
| -rwxr-xr-x | challenge-202/robbie-hatley/perl/ch-2.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-202/robbie-hatley/perl/ch-2.pl b/challenge-202/robbie-hatley/perl/ch-2.pl index 7fd591ddb9..4a93df3a3d 100755 --- a/challenge-202/robbie-hatley/perl/ch-2.pl +++ b/challenge-202/robbie-hatley/perl/ch-2.pl @@ -56,7 +56,6 @@ for (@arrays){ my $widbi = 0; # Beginning index of widest valley found so far. my $widest = 0; # Width of widest valley found so-far. my @valley = (); # Left-most widest valley found so far. - my $el = 0; # Current elevation number. my $idx = 0; # Elevation index. my $begin = 0; # Beginning index of current valley. |
