aboutsummaryrefslogtreecommitdiff
path: root/challenge-286/packy-anderson
diff options
context:
space:
mode:
author冯昶 <fengchang@novel-supertv.com>2024-09-09 15:10:21 +0800
committer冯昶 <fengchang@novel-supertv.com>2024-09-09 15:10:21 +0800
commit90e81fa7a4d4ba2eb482542cde3401f8c166adc7 (patch)
tree32574bfed25f9181a5281395f5dc3dd0321e0de4 /challenge-286/packy-anderson
parentd7a3db86265e08657df10663e50d63d87d6695d1 (diff)
parent3c67a5382758155040d6598a2fa01ca5fd6d25d9 (diff)
downloadperlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.tar.gz
perlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.tar.bz2
perlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'challenge-286/packy-anderson')
-rw-r--r--challenge-286/packy-anderson/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/challenge-286/packy-anderson/README.md b/challenge-286/packy-anderson/README.md
new file mode 100644
index 0000000000..af883912e0
--- /dev/null
+++ b/challenge-286/packy-anderson/README.md
@@ -0,0 +1,25 @@
+# Solutions by Packy Anderson
+
+## Raku
+
+* [Task 1](raku/ch-1.raku)
+* [Task 2](raku/ch-2.raku)
+
+## Perl
+
+* [Task 1](perl/ch-1.pl)
+* [Task 2](perl/ch-2.pl)
+
+## Guest Language: Python
+
+* [Task 1](python/ch-1.py)
+* [Task 2](python/ch-2.py)
+
+## Guest Language: Elixir
+
+* [Task 1](elixir/ch-1.exs)
+* [Task 2](elixir/ch-2.exs)
+
+## Blog Post
+
+[Perl Weekly Challenge: Exact Change Only!](https://packy.dardan.com/b/Qq)