aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-058/cheok-yin-fung/perl/ch-2.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-058/cheok-yin-fung/perl/ch-2.pl b/challenge-058/cheok-yin-fung/perl/ch-2.pl
index 443054141a..5c655c1409 100644
--- a/challenge-058/cheok-yin-fung/perl/ch-2.pl
+++ b/challenge-058/cheok-yin-fung/perl/ch-2.pl
@@ -12,13 +12,13 @@ my @H = (27, 21, 37, 4, 19, 52, 23, 64, 1, 7, 51, 17, 24, 50, 3, 2,
5, 54, 10, 49, 57, 30, 29, 22, 35, 39, 45, 43, 18, 6, 13, 33);
# Number taller people in front
- my @T = ( 6, 41, 1, 49, 38, 12, 1, 0, 58, 47, 4, 17, 26, 1, 61, 12,
+my @T = ( 6, 41, 1, 49, 38, 12, 1, 0, 58, 47, 4, 17, 26, 1, 61, 12,
29, 3, 4, 11, 45, 1, 32, 5, 9, 19, 1, 4, 28, 12, 2, 2,
13, 18, 19, 3, 4, 1, 10, 16, 4, 3, 29, 5, 49, 1, 1, 24,
2, 1, 38, 7, 7, 14, 35, 25, 0, 5, 4, 19, 10, 13, 4, 12);
-#my @H = (2, 6, 4, 5, 1, 3) ;
-##my @T = (1, 0, 2, 0, 1, 2) ;
+# my @H = (2, 6, 4, 5, 1, 3) ;
+# my @T = (1, 0, 2, 0, 1, 2) ;
# end: from the question statement