diff options
| -rwxr-xr-x | challenge-058/jaredor/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-058/jaredor/perl/ch-2.pl b/challenge-058/jaredor/perl/ch-2.pl index 32b9fec619..ecbc14f8c4 100755 --- a/challenge-058/jaredor/perl/ch-2.pl +++ b/challenge-058/jaredor/perl/ch-2.pl @@ -6,7 +6,7 @@ use Getopt::Long; use List::Util qw(all any); use List::MoreUtils qw(uniq indexes last_index); -# TASK #2 › Ordered Lineup +# PWC 058, TASK #2 : Ordered Lineup # # Write a script to arrange people in a lineup according to how many taller # people are in front of each person in line. You are given two arrays. @H is a |
