diff options
| -rw-r--r-- | challenge-118/abigail/perl/ch-2.pl | 2 | ||||
| -rw-r--r-- | challenge-118/abigail/t/output-2-1.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-118/abigail/perl/ch-2.pl b/challenge-118/abigail/perl/ch-2.pl index 3a28598fac..2d224fd1fc 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 "a8 c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2"; +say "a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2"; __END__ diff --git a/challenge-118/abigail/t/output-2-1.exp b/challenge-118/abigail/t/output-2-1.exp index 47e497232b..f0803658c1 100644 --- a/challenge-118/abigail/t/output-2-1.exp +++ b/challenge-118/abigail/t/output-2-1.exp @@ -1 +1 @@ -a8 c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2 +a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2 |
