aboutsummaryrefslogtreecommitdiff
path: root/challenge-148/markjreed/README
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-17 20:44:37 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-17 20:44:37 +0000
commit9c9cb3dcb25537525090902ca4b8d10ae17e8960 (patch)
tree344cc1b466e6c1e620687185329baa3ab43536f6 /challenge-148/markjreed/README
parentee9f8c8288170dc442f8199fc1d2f7e45ac4377c (diff)
downloadperlweeklychallenge-club-9c9cb3dcb25537525090902ca4b8d10ae17e8960.tar.gz
perlweeklychallenge-club-9c9cb3dcb25537525090902ca4b8d10ae17e8960.tar.bz2
perlweeklychallenge-club-9c9cb3dcb25537525090902ca4b8d10ae17e8960.zip
- Added template for week 148.
Diffstat (limited to 'challenge-148/markjreed/README')
-rw-r--r--challenge-148/markjreed/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-148/markjreed/README b/challenge-148/markjreed/README
new file mode 100644
index 0000000000..7c94cbd1cf
--- /dev/null
+++ b/challenge-148/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.