aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-215/luca-ferrari/raku/ch-2.p61
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-215/luca-ferrari/raku/ch-2.p6 b/challenge-215/luca-ferrari/raku/ch-2.p6
index 0394342968..b1b99f632a 100644
--- a/challenge-215/luca-ferrari/raku/ch-2.p6
+++ b/challenge-215/luca-ferrari/raku/ch-2.p6
@@ -18,6 +18,7 @@ sub MAIN( :$count is copy where { $count >= 0 } ,
@digits[ $_ ] = 1;
$count--;
$done = True;
+ last;
}
}