aboutsummaryrefslogtreecommitdiff
path: root/challenge-159
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2022-07-04 21:10:19 +0100
committerdrbaggy <js5@sanger.ac.uk>2022-07-04 21:10:19 +0100
commit251b2bd8b0ff8d3b1262173c33a4e999cf37846a (patch)
treee6d58a6a75f6a895cb07762b0183860f48096b9d /challenge-159
parent9a0e9aa937cd71b048889a57f68896e5187466ac (diff)
downloadperlweeklychallenge-club-251b2bd8b0ff8d3b1262173c33a4e999cf37846a.tar.gz
perlweeklychallenge-club-251b2bd8b0ff8d3b1262173c33a4e999cf37846a.tar.bz2
perlweeklychallenge-club-251b2bd8b0ff8d3b1262173c33a4e999cf37846a.zip
new stuff
Diffstat (limited to 'challenge-159')
-rw-r--r--challenge-159/james-smith/perl/ch-2.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-159/james-smith/perl/ch-2.pl b/challenge-159/james-smith/perl/ch-2.pl
index fb9ee8a893..b476554951 100644
--- a/challenge-159/james-smith/perl/ch-2.pl
+++ b/challenge-159/james-smith/perl/ch-2.pl
@@ -33,7 +33,6 @@ is( moebius_exp( $_->[0] ), $_->[1] ) for @TESTS;
warn "opt";
is( moebius_div_opt( $_->[0] ), $_->[1] ) for @TESTS;
#timethis( 500_000, sub { moebius_div_opt( $_->[0] ) for @TESTS } );
-exit;
warn "div";
is( moebius_div( $_->[0] ), $_->[1] ) for @TESTS;
timethis( 100, sub { moebius_div( $_->[0] ) for @TESTS } );