aboutsummaryrefslogtreecommitdiff
path: root/challenge-169/markjreed
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 06:34:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 06:34:14 +0100
commit597ec182ceceb607459fcafa109f2db7cb577726 (patch)
treee10ad73a9e50450c65b03ae81fc3249207307895 /challenge-169/markjreed
parent632ef3fd01ef6085ee61f76149df116d1eea9599 (diff)
downloadperlweeklychallenge-club-597ec182ceceb607459fcafa109f2db7cb577726.tar.gz
perlweeklychallenge-club-597ec182ceceb607459fcafa109f2db7cb577726.tar.bz2
perlweeklychallenge-club-597ec182ceceb607459fcafa109f2db7cb577726.zip
- Added template for week 169.
Diffstat (limited to 'challenge-169/markjreed')
-rw-r--r--challenge-169/markjreed/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-169/markjreed/README b/challenge-169/markjreed/README
new file mode 100644
index 0000000000..7c94cbd1cf
--- /dev/null
+++ b/challenge-169/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.