aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-01-25 15:36:37 +0000
committerdrbaggy <js5@sanger.ac.uk>2021-01-25 15:36:37 +0000
commit79dc1dd47f6301db6742e3c1cc63f9a129ad9137 (patch)
tree9cd838a19754ea19d69498a919ee6c87481f786c
parent87f2cca1c08b724332092b0ab73fcd522247af53 (diff)
downloadperlweeklychallenge-club-79dc1dd47f6301db6742e3c1cc63f9a129ad9137.tar.gz
perlweeklychallenge-club-79dc1dd47f6301db6742e3c1cc63f9a129ad9137.tar.bz2
perlweeklychallenge-club-79dc1dd47f6301db6742e3c1cc63f9a129ad9137.zip
added some comments
-rw-r--r--challenge-097/james-smith/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-097/james-smith/perl/ch-2.pl b/challenge-097/james-smith/perl/ch-2.pl
index 805b834d72..42b107ffb7 100644
--- a/challenge-097/james-smith/perl/ch-2.pl
+++ b/challenge-097/james-smith/perl/ch-2.pl
@@ -11,8 +11,6 @@ is( min_flips('10110111', 4), 2 );
is( min_flips('101100100',3), 1 );
is( min_flips('0000000100100011010001010110011110001001101010111100110111101111',4), 32 );
-use Data::Dumper;
-
done_testing();
sub min_flips {