diff options
| -rw-r--r-- | challenge-118/abigail/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-118/abigail/perl/ch-2.pl b/challenge-118/abigail/perl/ch-2.pl index e0dafb03f0..3a28598fac 100644 --- a/challenge-118/abigail/perl/ch-2.pl +++ b/challenge-118/abigail/perl/ch-2.pl @@ -44,6 +44,6 @@ use experimental 'lexical_subs'; # I really do hope the PWC steps away from fixed output challenges. # -say "c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2"; +say "a8 c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2"; __END__ |
