diff options
| author | Jared Martin <jaredor+github@gmail.com> | 2020-05-01 16:36:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 16:36:21 -0500 |
| commit | 4f8dd065522d3ca1e2a88fe7ea2ce0fc1a18a128 (patch) | |
| tree | fe1ea2c4c82ebc9439dd73ab07948bd106d2a189 | |
| parent | d17fa866eb1f5113a74b2581bcb8832f802a18e3 (diff) | |
| parent | a97e81d6e06d39150392e0d22a14b1f24bf7f433 (diff) | |
| download | perlweeklychallenge-club-4f8dd065522d3ca1e2a88fe7ea2ce0fc1a18a128.tar.gz perlweeklychallenge-club-4f8dd065522d3ca1e2a88fe7ea2ce0fc1a18a128.tar.bz2 perlweeklychallenge-club-4f8dd065522d3ca1e2a88fe7ea2ce0fc1a18a128.zip | |
Merge pull request #8 from jaredor/pwc058
Included the Challenge week in the comments.
| -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 |
