aboutsummaryrefslogtreecommitdiff
path: root/challenge-022/simon-proctor
diff options
context:
space:
mode:
authorSimon Proctor <simon.proctor@zpg.co.uk>2019-08-19 09:22:17 +0100
committerSimon Proctor <simon.proctor@zpg.co.uk>2019-08-19 09:22:17 +0100
commit20ff6f73104b32269f5b8869055b95dcbe420b89 (patch)
tree0dfceba78b856f432ac576b55d6232bc5d6646ec /challenge-022/simon-proctor
parent1eed047dc5ae4c1ce670df64d53c427cb7b76fba (diff)
downloadperlweeklychallenge-club-20ff6f73104b32269f5b8869055b95dcbe420b89.tar.gz
perlweeklychallenge-club-20ff6f73104b32269f5b8869055b95dcbe420b89.tar.bz2
perlweeklychallenge-club-20ff6f73104b32269f5b8869055b95dcbe420b89.zip
Fixed the help message
Diffstat (limited to 'challenge-022/simon-proctor')
-rw-r--r--challenge-022/simon-proctor/perl6/ch-1.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-022/simon-proctor/perl6/ch-1.p6 b/challenge-022/simon-proctor/perl6/ch-1.p6
index d1539fe771..51a002f8dd 100644
--- a/challenge-022/simon-proctor/perl6/ch-1.p6
+++ b/challenge-022/simon-proctor/perl6/ch-1.p6
@@ -3,7 +3,7 @@
use v6;
#| Usage notes
-multi sub MAIN ( :h(:$help) ) { say $*USAGE }
+multi sub MAIN ( :h(:$help) where so * ) { say $*USAGE }
#| Calculate the first n paris of "sexy" primes (being two primes seperated by 6)
multi sub MAIN (