aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-09-15 00:45:20 +0200
committerMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-09-15 00:45:20 +0200
commitf35c9dd4d2bb6bfcb8929285fb7ce9d6ecefcc43 (patch)
treec8b88283ad0971bd5602e862acacd61697a0cf14
parent2666793213a5bd6337e2611b782627fea173bf3b (diff)
downloadperlweeklychallenge-club-f35c9dd4d2bb6bfcb8929285fb7ce9d6ecefcc43.tar.gz
perlweeklychallenge-club-f35c9dd4d2bb6bfcb8929285fb7ce9d6ecefcc43.tar.bz2
perlweeklychallenge-club-f35c9dd4d2bb6bfcb8929285fb7ce9d6ecefcc43.zip
initial
-rw-r--r--challenge-078/markus-holzer/raku/ch-1.raku2
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 }
#