diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-04 16:24:38 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-04 16:24:38 +0100 |
| commit | 4865a9cce3c19c5a1def20017a083f17ef9a0809 (patch) | |
| tree | 89be0dee9ca85d9a3585cff1452371e34982f868 /challenge-320/packy-anderson | |
| parent | 660ce863510d1adb6df7baf64531e4bbc96f448e (diff) | |
| download | perlweeklychallenge-club-4865a9cce3c19c5a1def20017a083f17ef9a0809.tar.gz perlweeklychallenge-club-4865a9cce3c19c5a1def20017a083f17ef9a0809.tar.bz2 perlweeklychallenge-club-4865a9cce3c19c5a1def20017a083f17ef9a0809.zip | |
- Added template for week 320.
Diffstat (limited to 'challenge-320/packy-anderson')
| -rw-r--r-- | challenge-320/packy-anderson/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/challenge-320/packy-anderson/README.md b/challenge-320/packy-anderson/README.md new file mode 100644 index 0000000000..ca6c64697e --- /dev/null +++ b/challenge-320/packy-anderson/README.md @@ -0,0 +1,26 @@ +# 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: Count the Minimum Common Word](https://packy.dardan.com/b/UD) |
