From f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 5 Jul 2020 13:28:11 +0100 Subject: - Added solutions by Shahed Nooshmand. --- challenge-067/shahed-nooshmand/blog.txt | 1 + challenge-067/shahed-nooshmand/raku/ch-1.sh | 1 + challenge-067/shahed-nooshmand/raku/ch-2.sh | 1 + 3 files changed, 3 insertions(+) create mode 100644 challenge-067/shahed-nooshmand/blog.txt create mode 100644 challenge-067/shahed-nooshmand/raku/ch-1.sh create mode 100644 challenge-067/shahed-nooshmand/raku/ch-2.sh (limited to 'challenge-067') 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),

, , ][35.comb.map(*-2)]" -- cgit