diff options
| -rw-r--r-- | challenge-053/markus-holzer/raku/ch-2.p6 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-053/markus-holzer/raku/ch-2.p6 b/challenge-053/markus-holzer/raku/ch-2.p6 index a109be62d3..68f7fb3341 100644 --- a/challenge-053/markus-holzer/raku/ch-2.p6 +++ b/challenge-053/markus-holzer/raku/ch-2.p6 @@ -8,7 +8,8 @@ my %rules = sub MAIN(Int $n) { - .say for gather { + .say for gather + { build-str( $_, $n ) for %rules.keys.sort; } |
