diff --git a/docs/2024/puzzles/day25.md b/docs/2024/puzzles/day25.md index 6d6efb83c..e58ab41e4 100644 --- a/docs/2024/puzzles/day25.md +++ b/docs/2024/puzzles/day25.md @@ -11,6 +11,7 @@ https://adventofcode.com/2024/day/25 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day25.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day25.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day25/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) +- [Writeup](https://thedrawingcoder-gamer.github.io/aoc-writeups/2024/day25.html) by [Bulby](https://github.com/TheDrawingCoder-Gamer) Share your solution to the Scala community by editing this page. You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)