aboutsummaryrefslogtreecommitdiff
path: root/challenge-227
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2023-08-02 14:06:15 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2023-08-02 14:06:15 +0100
commitd617f08c5be0e712a1de617c2ea6ef1d4d7ff64b (patch)
tree2a11b75cb880d81d3d33a96c9ef55b51c2c7d821 /challenge-227
parent331a5dd2f39439d86f97fd5cfadd660b23145cf0 (diff)
downloadperlweeklychallenge-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.md18
-rwxr-xr-xchallenge-227/packy-anderson/perl/ch-1.pl (renamed from challenge-227/packy-anderson/perl/task-1.pl)0
-rwxr-xr-xchallenge-227/packy-anderson/perl/ch-2.pl (renamed from challenge-227/packy-anderson/perl/task-2.pl)0
-rwxr-xr-xchallenge-227/packy-anderson/raku/ch-1.raku (renamed from challenge-227/packy-anderson/raku/task-1.raku)0
-rwxr-xr-xchallenge-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