diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-08-02 14:06:15 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-08-02 14:06:15 +0100 |
| commit | d617f08c5be0e712a1de617c2ea6ef1d4d7ff64b (patch) | |
| tree | 2a11b75cb880d81d3d33a96c9ef55b51c2c7d821 /challenge-227 | |
| parent | 331a5dd2f39439d86f97fd5cfadd660b23145cf0 (diff) | |
| download | perlweeklychallenge-club-d617f08c5be0e712a1de617c2ea6ef1d4d7ff64b.tar.gz perlweeklychallenge-club-d617f08c5be0e712a1de617c2ea6ef1d4d7ff64b.tar.bz2 perlweeklychallenge-club-d617f08c5be0e712a1de617c2ea6ef1d4d7ff64b.zip | |
- Added solutions by Matthew Neleigh.
- Added solutions by Packy Anderson.
- Added solutions by Robbie Hatley.
- Added solutions by Mark Anderson.
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'challenge-227')
| -rw-r--r-- | challenge-227/packy-anderson/README.md | 18 | ||||
| -rwxr-xr-x | challenge-227/packy-anderson/perl/ch-1.pl (renamed from challenge-227/packy-anderson/perl/task-1.pl) | 0 | ||||
| -rwxr-xr-x | challenge-227/packy-anderson/perl/ch-2.pl (renamed from challenge-227/packy-anderson/perl/task-2.pl) | 0 | ||||
| -rwxr-xr-x | challenge-227/packy-anderson/raku/ch-1.raku (renamed from challenge-227/packy-anderson/raku/task-1.raku) | 0 | ||||
| -rwxr-xr-x | challenge-227/packy-anderson/raku/ch-2.raku (renamed from challenge-227/packy-anderson/raku/task-2.raku) | 0 |
5 files changed, 9 insertions, 9 deletions
diff --git a/challenge-227/packy-anderson/README.md b/challenge-227/packy-anderson/README.md index 1b230ba294..1090bbe2aa 100644 --- a/challenge-227/packy-anderson/README.md +++ b/challenge-227/packy-anderson/README.md @@ -2,19 +2,19 @@ ## Perl -* [Task 1](perl/task-1.pl) +* [Task 1](perl/ch-1.pl) Sample output ``` -$ perl/task-1.pl 2023 +$ perl/ch-1.pl 2023 Input: $year = 2023 Output: 2 ``` -* [Task 2](perl/task-2.pl) +* [Task 2](perl/ch-2.pl) Sample output ``` -$ perl/task-2.pl < task-2-input.txt +$ perl/ch-2.pl < task-2-input.txt IV + V => IX M - I => CMXCIX X / II => V @@ -34,20 +34,20 @@ $ echo "X + Y" | perl/task-2.pl ## Raku -* [Task 1](raku/task-1.raku) +* [Task 1](raku/ch-1.raku) Sample output ``` -$ raku/task-1.raku 2023 +$ raku/ch-1.raku 2023 Input: $year = 2023 Output: 2 ``` -* [Task 2](raku/task-2.raku) +* [Task 2](raku/ch-2.raku) Sample output ``` -$ raku/task-2.raku < task-2-input.txt +$ raku/ch-2.raku < task-2-input.txt IV + V => IX M - I => CMXCIX X / II => V @@ -65,4 +65,4 @@ V - X => non potest (they didn't do negative numbers) ## Blog Post -[Perl Weekly Challenge 227](http://packy.dardan.com/2023/07/27/perl-weekly-challenge-227/)
\ No newline at end of file +[Perl Weekly Challenge 227](http://packy.dardan.com/2023/07/27/perl-weekly-challenge-227/) diff --git a/challenge-227/packy-anderson/perl/task-1.pl b/challenge-227/packy-anderson/perl/ch-1.pl index 1bfd2a1d13..1bfd2a1d13 100755 --- a/challenge-227/packy-anderson/perl/task-1.pl +++ b/challenge-227/packy-anderson/perl/ch-1.pl diff --git a/challenge-227/packy-anderson/perl/task-2.pl b/challenge-227/packy-anderson/perl/ch-2.pl index 425a4341ea..425a4341ea 100755 --- a/challenge-227/packy-anderson/perl/task-2.pl +++ b/challenge-227/packy-anderson/perl/ch-2.pl diff --git a/challenge-227/packy-anderson/raku/task-1.raku b/challenge-227/packy-anderson/raku/ch-1.raku index d9fef52c0d..d9fef52c0d 100755 --- a/challenge-227/packy-anderson/raku/task-1.raku +++ b/challenge-227/packy-anderson/raku/ch-1.raku diff --git a/challenge-227/packy-anderson/raku/task-2.raku b/challenge-227/packy-anderson/raku/ch-2.raku index 252340956f..252340956f 100755 --- a/challenge-227/packy-anderson/raku/task-2.raku +++ b/challenge-227/packy-anderson/raku/ch-2.raku |
