diff --git a/docs/2024/puzzles/day11.md b/docs/2024/puzzles/day11.md index 269a46ceb..523625ee0 100644 --- a/docs/2024/puzzles/day11.md +++ b/docs/2024/puzzles/day11.md @@ -14,6 +14,7 @@ https://adventofcode.com/2024/day/11 - [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day11.scala) by [Joshua Portway](https://github.com/jportway) - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day11/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day11.scala) by [scarf](https://github.com/scarf005) +- [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/11/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)