From 7d200a87f47148de97d99e58668eb94c683d4516 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Sat, 6 Sep 2025 15:38:54 +0000 Subject: Updated --- challenge-337/mark-anderson/raku/ch-1.raku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-337/mark-anderson/raku/ch-1.raku b/challenge-337/mark-anderson/raku/ch-1.raku index 1c853a29d3..fcb8ac8ee8 100644 --- a/challenge-337/mark-anderson/raku/ch-1.raku +++ b/challenge-337/mark-anderson/raku/ch-1.raku @@ -3,7 +3,7 @@ use Test; =begin early-bird -# Solution from the original early bird club problem +# Solution to the original early bird club problem is-deeply stc(6,5,4,8), (2,1,0,3); is-deeply stc(7,7,7,7), (0,0,0,0); -- cgit