aboutsummaryrefslogtreecommitdiff
path: root/challenge-149/markjreed
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-24 07:27:28 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-24 07:27:28 +0000
commit58fe0dd310fd5641512650fa783103ddbb5fc384 (patch)
tree3e7db60d7bb5e72c18e4785ef3b1b08284b998cc /challenge-149/markjreed
parentcb09ccbd0f1f88de557ab103aff3159a5c83ce6b (diff)
downloadperlweeklychallenge-club-58fe0dd310fd5641512650fa783103ddbb5fc384.tar.gz
perlweeklychallenge-club-58fe0dd310fd5641512650fa783103ddbb5fc384.tar.bz2
perlweeklychallenge-club-58fe0dd310fd5641512650fa783103ddbb5fc384.zip
- Added template for week 149.
Diffstat (limited to 'challenge-149/markjreed')
-rw-r--r--challenge-149/markjreed/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-149/markjreed/README b/challenge-149/markjreed/README
new file mode 100644
index 0000000000..7c94cbd1cf
--- /dev/null
+++ b/challenge-149/markjreed/README
@@ -0,0 +1,6 @@
+Solution by Mark J. Reed
+
+perl/ch-1.sh: perl one-liner to handle both conversion directions
+
+raku/ch-2.p6: somewhat lazy raku program that takes the triangle list as
+ a string and uses EVAL to parse it.