diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-05-12 12:06:51 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-05-12 12:06:51 +0100 |
| commit | 05d3ed57ea43f5f7919b66e8bfc7462e51704d74 (patch) | |
| tree | d66065236a8d437e2ce81f8fe18893a2d74557e2 | |
| parent | e6b3f659082e3e5a8d5500ec8ff2e3036aa7b700 (diff) | |
| download | perlweeklychallenge-club-05d3ed57ea43f5f7919b66e8bfc7462e51704d74.tar.gz perlweeklychallenge-club-05d3ed57ea43f5f7919b66e8bfc7462e51704d74.tar.bz2 perlweeklychallenge-club-05d3ed57ea43f5f7919b66e8bfc7462e51704d74.zip | |
pushing new version with stats
| -rw-r--r-- | challenge-112/james-smith/perl/ch-1.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-112/james-smith/perl/ch-1.pl b/challenge-112/james-smith/perl/ch-1.pl index 651b9f8984..661a936cc2 100644 --- a/challenge-112/james-smith/perl/ch-1.pl +++ b/challenge-112/james-smith/perl/ch-1.pl @@ -87,7 +87,6 @@ cmpthese( 100_000, { '$-shortest' => sub { canonical_path_shortest( $_->[0] ) foreach @examples }, '$-fast' => sub { canonical_path_fast( $_->[0] ) foreach @examples }, '$-fastest' => sub { canonical_path_fastest( $_->[0] ) foreach @examples }, - 'A' => sub { a( $_->[0] ) foreach @examples }, }); sub canonical_path_double { |
