diff --git a/docs/2024/puzzles/day09.md b/docs/2024/puzzles/day09.md index 10fa6fef7..f0aab9719 100644 --- a/docs/2024/puzzles/day09.md +++ b/docs/2024/puzzles/day09.md @@ -8,6 +8,7 @@ https://adventofcode.com/2024/day/9 ## Solutions from the community - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D9T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) +- [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/09/solution.scala) by [nichobi](https://github.com/nichobi) 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)