Skip to content

Commit 37c5975

Browse files
committed
cleanup
1 parent 0f5f5b2 commit 37c5975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d18.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
my @rows;
2525
my $safe_count = 0;
2626
push @rows, $input[0];
27-
#print Dumper @rows;
27+
2828
while ( scalar @rows < $target ) {
2929
my @prev = split(//,$rows[-1]);
3030
my $new;

0 commit comments

Comments
 (0)