aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-191/simon-proctor/raku/ch-1.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-191/simon-proctor/raku/ch-1.raku b/challenge-191/simon-proctor/raku/ch-1.raku
index 69bdfa6e97..7fdeb0c10e 100644
--- a/challenge-191/simon-proctor/raku/ch-1.raku
+++ b/challenge-191/simon-proctor/raku/ch-1.raku
@@ -24,5 +24,5 @@ multi sub passes ( @list ) {
multi sub MAIN(
*@list where { *.all ~~ IntStr } #= List of ints to check
) {
-
+ return passes( @list );
}