aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-04-19 22:35:39 +0200
committerMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-04-19 22:35:39 +0200
commitc29000835953d5e41f6b0703acfa9e31ebe9ab32 (patch)
tree9de45cc21d95a7d00e570f5d1606c8d53462f43a
parent8e2ccacfe570abfba173e03e93b45c8481f1d284 (diff)
downloadperlweeklychallenge-club-c29000835953d5e41f6b0703acfa9e31ebe9ab32.tar.gz
perlweeklychallenge-club-c29000835953d5e41f6b0703acfa9e31ebe9ab32.tar.bz2
perlweeklychallenge-club-c29000835953d5e41f6b0703acfa9e31ebe9ab32.zip
really final
-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; }