commit e9d5d371a8f630e76df69ab7fe18cabd6198fed3 parent 23ed9862943ffd34a8cb7c19e33f9b63b52e2f40 Author: Ryan Wolf <johnwayne@pseudony.ms> Date: Sun, 20 Dec 2015 14:36:37 -0500 removed spurious output from 14 Diffstat:
| M | projecteuler/014/014.pl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projecteuler/014/014.pl b/projecteuler/014/014.pl @@ -14,7 +14,7 @@ for(my $i = 15; $i < 1_000_000; $i += 2) { $highest_count = $count; } } -print "$highest_start: $highest_count\n"; +print "$highest_start\n"; sub count_hailstones { my $n = shift;