diff options
| -rw-r--r-- | challenge-111/mark-anderson/raku/ch-2.raku | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge-111/mark-anderson/raku/ch-2.raku b/challenge-111/mark-anderson/raku/ch-2.raku index 5851739429..87d9b794d4 100644 --- a/challenge-111/mark-anderson/raku/ch-2.raku +++ b/challenge-111/mark-anderson/raku/ch-2.raku @@ -1,5 +1,8 @@ #!/usr/bin/env raku +# Using the reduction operator method via the solutions from Feng Chang and +# Marcus Holzer https://twitter.com/HrBollermann/status/1389169231644794880 + # [Adelops alloquy beefily begorry billowy egilops] .say for "/usr/share/dict/words".IO.words |
