aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-073/cheok-yin-fung/perl/ch-2.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-073/cheok-yin-fung/perl/ch-2.pl b/challenge-073/cheok-yin-fung/perl/ch-2.pl
index cf85c183dc..af762a2b9f 100644
--- a/challenge-073/cheok-yin-fung/perl/ch-2.pl
+++ b/challenge-073/cheok-yin-fung/perl/ch-2.pl
@@ -32,7 +32,6 @@ sub leastneigh {
}
return [@smallkids];
- #return [0, 7, 0, 3, 3];
}
print join " ", @{ leastneigh([@A]) };