aboutsummaryrefslogtreecommitdiff
path: root/challenge-050
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-050')
-rw-r--r--challenge-050/markus-holzer/raku/ch-2.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-050/markus-holzer/raku/ch-2.p6 b/challenge-050/markus-holzer/raku/ch-2.p6
index ac883a7ae1..7919724abc 100644
--- a/challenge-050/markus-holzer/raku/ch-2.p6
+++ b/challenge-050/markus-holzer/raku/ch-2.p6
@@ -1,6 +1,6 @@
sub noble( @n )
{
- my Int $n = (@n = @n.sort).elems;
+ my Int $n = ( @n = @n.sort ).elems;
( 0..^$n )
.grep({