diff options
| author | Mark Anderson <mark@andemark.io> | 2025-09-06 15:38:54 +0000 |
|---|---|---|
| committer | Mark Anderson <mark@andemark.io> | 2025-09-06 15:38:54 +0000 |
| commit | 7d200a87f47148de97d99e58668eb94c683d4516 (patch) | |
| tree | 20ca5fca9a4762353ef30a94a403f20c6d2097c5 | |
| parent | f50ffb1a98bde0e7a0e9cecf9c99bd92302e30c2 (diff) | |
| download | perlweeklychallenge-club-7d200a87f47148de97d99e58668eb94c683d4516.tar.gz perlweeklychallenge-club-7d200a87f47148de97d99e58668eb94c683d4516.tar.bz2 perlweeklychallenge-club-7d200a87f47148de97d99e58668eb94c683d4516.zip | |
Updated
| -rw-r--r-- | challenge-337/mark-anderson/raku/ch-1.raku | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
