diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-12 04:53:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-12 04:53:01 +0100 |
| commit | ca56e379b9c196a13c23735062cf2c014e471290 (patch) | |
| tree | 6759a56e0aa3ef7770053d65930a8613df5bed4f /challenge-182/markjreed | |
| parent | a8227c68194b67227264f01967dc5a4f2b55b843 (diff) | |
| download | perlweeklychallenge-club-ca56e379b9c196a13c23735062cf2c014e471290.tar.gz perlweeklychallenge-club-ca56e379b9c196a13c23735062cf2c014e471290.tar.bz2 perlweeklychallenge-club-ca56e379b9c196a13c23735062cf2c014e471290.zip | |
- Added template for week 182.
Diffstat (limited to 'challenge-182/markjreed')
| -rw-r--r-- | challenge-182/markjreed/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-182/markjreed/README b/challenge-182/markjreed/README new file mode 100644 index 0000000000..7c94cbd1cf --- /dev/null +++ b/challenge-182/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. |
