Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous output
  • Loading branch information
Paul Cochrane committed Apr 23, 2015
1 parent f329e29 commit a461d85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions categories/euler/prob081-moritz.pl
Expand Up @@ -38,8 +38,6 @@

my ($max-x, $max-y) = +@m[0], +@m;

say "Size: $max-x x $max-y";

@m[0][$_] += @m[0][$_-1] for 1..$max-x-1;
@m[$_][0] += @m[$_-1][0] for 1..$max-y-1;

Expand Down

0 comments on commit a461d85

Please sign in to comment.