From 79dc1dd47f6301db6742e3c1cc63f9a129ad9137 Mon Sep 17 00:00:00 2001 From: drbaggy Date: Mon, 25 Jan 2021 15:36:37 +0000 Subject: added some comments --- challenge-097/james-smith/perl/ch-2.pl | 2 -- 1 file changed, 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 { -- cgit