diff options
| author | Andrey Shitov <ash@Andreys-iMac.local> | 2023-07-24 23:51:09 +0300 |
|---|---|---|
| committer | Andrey Shitov <ash@Andreys-iMac.local> | 2023-07-24 23:51:09 +0300 |
| commit | 4f439166cdbd495f31ed0aa6b64666ad5634cb0f (patch) | |
| tree | edc24a90959d715a756f1ed482107ffce1db9e68 /challenge-227 | |
| parent | 44b098ef8855915224da82de7ba6a305631b8368 (diff) | |
| download | perlweeklychallenge-club-4f439166cdbd495f31ed0aa6b64666ad5634cb0f.tar.gz perlweeklychallenge-club-4f439166cdbd495f31ed0aa6b64666ad5634cb0f.tar.bz2 perlweeklychallenge-club-4f439166cdbd495f31ed0aa6b64666ad5634cb0f.zip | |
ash-227: blog link for task 2
Diffstat (limited to 'challenge-227')
| -rw-r--r-- | challenge-227/ash/raku/blog1.txt | 1 | ||||
| -rw-r--r-- | challenge-227/ash/raku/ch-2.raku | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/challenge-227/ash/raku/blog1.txt b/challenge-227/ash/raku/blog1.txt new file mode 100644 index 0000000000..93de417122 --- /dev/null +++ b/challenge-227/ash/raku/blog1.txt @@ -0,0 +1 @@ +https://andrewshitov.com/2023/07/24/calculator-with-roman-numbers-in-raku/ diff --git a/challenge-227/ash/raku/ch-2.raku b/challenge-227/ash/raku/ch-2.raku index d455539197..8d448bc7ce 100644 --- a/challenge-227/ash/raku/ch-2.raku +++ b/challenge-227/ash/raku/ch-2.raku @@ -1,7 +1,8 @@ # Solution to the Task 1 of the Weekly Challenge 227 # https://theweeklychallenge.org/blog/perl-weekly-challenge-227/#TASK1 -# Explanations: TBD +# Explanations: +# https://andrewshitov.com/2023/07/24/calculator-with-roman-numbers-in-raku/ # Test run: # $ raku ch-2.raku |
