Skip to content

Commit

Permalink
[euler] reduce progress output verbosity in problem 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Mar 15, 2015
1 parent 4480bda commit 616a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/euler/prob014-felher.pl
Expand Up @@ -15,7 +15,7 @@
my $max = 0;
my $start = 0;
for 1 ..^ 1_000_000 -> $n {
say $n; #just for progress
say "Starting number: $n" unless $n % 10000; #just for progress
my $length = get-length $n;

if $length > $max {
Expand Down

0 comments on commit 616a279

Please sign in to comment.