diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-05 13:28:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-05 13:28:11 +0100 |
| commit | f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764 (patch) | |
| tree | 7ca84caaeb132a7354bd01c69d64dc32658d2807 /challenge-067 | |
| parent | 154f53459d05b89e9a74d1607bcf90a895c8638f (diff) | |
| download | perlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.tar.gz perlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.tar.bz2 perlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.zip | |
- Added solutions by Shahed Nooshmand.
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)]" |
