From f35c9dd4d2bb6bfcb8929285fb7ce9d6ecefcc43 Mon Sep 17 00:00:00 2001 From: "Markus \"Holli\" Holzer" Date: Tue, 15 Sep 2020 00:45:20 +0200 Subject: initial --- challenge-078/markus-holzer/raku/ch-1.raku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } # -- cgit