diff options
| -rw-r--r-- | challenge-121/cheok-yin-fung/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-121/cheok-yin-fung/perl/ch-2.pl b/challenge-121/cheok-yin-fung/perl/ch-2.pl index 628dee8d95..6d26a44675 100644 --- a/challenge-121/cheok-yin-fung/perl/ch-2.pl +++ b/challenge-121/cheok-yin-fung/perl/ch-2.pl @@ -61,7 +61,7 @@ my $N = $ARGV[0] || scalar @{$M}; # $M = $M15, $N = 11 # length = 30 -# tour = (0 1 5 9 10 2 7 6 4 8 3) +# tour = (0 1 5 9 10 2 7 6 4 8 3 0) # $M = $M15, $N = 12 # length = 33 |
