aboutsummaryrefslogtreecommitdiff
path: root/challenge-125/markjreed
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-09 08:35:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-09 08:35:28 +0100
commitdae33f10b00beaf02883597401ede84ddcc3b77f (patch)
treef683f1f63a89a88099e6a8a140ace96d67132eed /challenge-125/markjreed
parent10a02347f0adda5287c7dbff87c20d094ac031d2 (diff)
downloadperlweeklychallenge-club-dae33f10b00beaf02883597401ede84ddcc3b77f.tar.gz
perlweeklychallenge-club-dae33f10b00beaf02883597401ede84ddcc3b77f.tar.bz2
perlweeklychallenge-club-dae33f10b00beaf02883597401ede84ddcc3b77f.zip
- Added template for week 125.
Diffstat (limited to 'challenge-125/markjreed')
-rw-r--r--challenge-125/markjreed/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-125/markjreed/README b/challenge-125/markjreed/README
new file mode 100644
index 0000000000..7c94cbd1cf
--- /dev/null
+++ b/challenge-125/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.