diff options
Diffstat (limited to 'challenge-067')
| -rw-r--r-- | challenge-067/shahed-nooshmand/blog.txt | 1 | ||||
| -rw-r--r-- | challenge-067/shahed-nooshmand/raku/ch-1.sh | 1 | ||||
| -rw-r--r-- | challenge-067/shahed-nooshmand/raku/ch-2.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/challenge-067/shahed-nooshmand/blog.txt b/challenge-067/shahed-nooshmand/blog.txt new file mode 100644 index 0000000000..9fe397790d --- /dev/null +++ b/challenge-067/shahed-nooshmand/blog.txt @@ -0,0 +1 @@ +https://rafraichisso.ir/2020/07/02/pwc-67 diff --git a/challenge-067/shahed-nooshmand/raku/ch-1.sh b/challenge-067/shahed-nooshmand/raku/ch-1.sh new file mode 100644 index 0000000000..5a268a4fb3 --- /dev/null +++ b/challenge-067/shahed-nooshmand/raku/ch-1.sh @@ -0,0 +1 @@ +raku -e '(1..$m).combinations($n).say' diff --git a/challenge-067/shahed-nooshmand/raku/ch-2.sh b/challenge-067/shahed-nooshmand/raku/ch-2.sh new file mode 100644 index 0000000000..05adf6a30c --- /dev/null +++ b/challenge-067/shahed-nooshmand/raku/ch-2.sh @@ -0,0 +1 @@ +raku -e "say [X~] [|('a'..'o').rotor(3), <p q r s>, <t u v>, <w x y z>][35.comb.map(*-2)]" |
