aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-056/markus-holzer/raku/ch-1.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-056/markus-holzer/raku/ch-1.p6 b/challenge-056/markus-holzer/raku/ch-1.p6
index 425b39c224..77ec91458f 100644
--- a/challenge-056/markus-holzer/raku/ch-1.p6
+++ b/challenge-056/markus-holzer/raku/ch-1.p6
@@ -1,4 +1,4 @@
-sub MAIN( UInt $k, *@N )
+sub MAIN( UInt $k, *@N where *.elems > 1 )
{
CATCH { say $*USAGE and exit -1; }