diff options
| -rw-r--r-- | challenge-078/markus-holzer/raku/ch-1.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-078/markus-holzer/raku/ch-1.raku b/challenge-078/markus-holzer/raku/ch-1.raku index 8b62596421..bcad67caa5 100644 --- a/challenge-078/markus-holzer/raku/ch-1.raku +++ b/challenge-078/markus-holzer/raku/ch-1.raku @@ -6,7 +6,7 @@ sub leader-elements( @stuff ) { sub find( $that, *@the-rest ) { take $that if $that > all @the-rest; find |@the-rest if @the-rest } -git +i +@stuff ?? gather find |@stuff !! 0 } # |
