diff --git a/docs/2024/puzzles/day24.md b/docs/2024/puzzles/day24.md index 4f5e3b296..e6418583f 100644 --- a/docs/2024/puzzles/day24.md +++ b/docs/2024/puzzles/day24.md @@ -8,6 +8,7 @@ https://adventofcode.com/2024/day/24 ## Solutions from the community +- [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day24.scala) by [merlinorg](https://github.com/merlinorg) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day24.scala) by [Antoine Amiguet](https://github.com/aamiguet) Share your solution to the Scala community by editing this page.