From ddb85206c6a0e0efe9f30b8a85f5d9bf2705384c Mon Sep 17 00:00:00 2001 From: Nicholas Boyd Isacsson Date: Mon, 9 Dec 2024 19:00:10 +0100 Subject: [PATCH] Add nichobi's solution for day 9 --- docs/2024/puzzles/day09.md | 1 + 1 file changed, 1 insertion(+) 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)