aboutsummaryrefslogtreecommitdiff
path: root/challenge-110/markjreed
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-26 07:10:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-26 07:10:04 +0100
commit61b87d5ae939ff4bca0d530884cbfebf299c6517 (patch)
tree73c8eb26dcf0c8e8fae228ae07e729804b19c02c /challenge-110/markjreed
parent3360112e0cc9957804fad3ad7cdf9ba1912c99b8 (diff)
downloadperlweeklychallenge-club-61b87d5ae939ff4bca0d530884cbfebf299c6517.tar.gz
perlweeklychallenge-club-61b87d5ae939ff4bca0d530884cbfebf299c6517.tar.bz2
perlweeklychallenge-club-61b87d5ae939ff4bca0d530884cbfebf299c6517.zip
- Added template for week 110.
Diffstat (limited to 'challenge-110/markjreed')
-rw-r--r--challenge-110/markjreed/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-110/markjreed/README b/challenge-110/markjreed/README
new file mode 100644
index 0000000000..7c94cbd1cf
--- /dev/null
+++ b/challenge-110/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.