diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-13 03:49:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-13 03:49:31 +0100 |
| commit | 94565845c46cf4f0323aea42cac93e56ce07241c (patch) | |
| tree | 7ac6388ee806335c027f9a8f9d257b503794c5ab /challenge-130/markjreed | |
| parent | c3886dcadcbc6469c8076ca4add6fe061087107a (diff) | |
| download | perlweeklychallenge-club-94565845c46cf4f0323aea42cac93e56ce07241c.tar.gz perlweeklychallenge-club-94565845c46cf4f0323aea42cac93e56ce07241c.tar.bz2 perlweeklychallenge-club-94565845c46cf4f0323aea42cac93e56ce07241c.zip | |
- Added template for week 130.
Diffstat (limited to 'challenge-130/markjreed')
| -rw-r--r-- | challenge-130/markjreed/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-130/markjreed/README b/challenge-130/markjreed/README new file mode 100644 index 0000000000..7c94cbd1cf --- /dev/null +++ b/challenge-130/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. |
