Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify output
  • Loading branch information
Paul Cochrane committed Apr 23, 2015
1 parent 08df7a7 commit 8a59b65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions categories/euler/prob188-shlomif.pl
Expand Up @@ -42,8 +42,6 @@
return $base.expmod($mod_recurse, $mod);
}

# print hyperexp_modulo(3, 3, 1000), "\n";

printf "Result == %08d\n", hyperexp_modulo(1777, 1855, 100_000_000);
printf "%08d\n", hyperexp_modulo(1777, 1855, 100_000_000);

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 8a59b65

Please sign in to comment.