From 50431e4a3ce75d96370bc66fadae38e188999416 Mon Sep 17 00:00:00 2001 From: Packy Anderson Date: Thu, 9 May 2024 02:28:22 -0400 Subject: Add Elixir to README --- challenge-268/packy-anderson/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/challenge-268/packy-anderson/README.md b/challenge-268/packy-anderson/README.md index 736b69a97f..ef082e98a3 100644 --- a/challenge-268/packy-anderson/README.md +++ b/challenge-268/packy-anderson/README.md @@ -14,6 +14,10 @@ * [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 [Let's do the Numbers!](https://packy.dardan.com/b/L6) -- cgit