aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {