diff --git a/docs/2024/puzzles/day11.md b/docs/2024/puzzles/day11.md index 6ef3134a1..269a46ceb 100644 --- a/docs/2024/puzzles/day11.md +++ b/docs/2024/puzzles/day11.md @@ -11,9 +11,8 @@ https://adventofcode.com/2024/day/11 - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D11T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) - [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day11.scala) by [Jamie Thompson](https://github.com/bishabosha) - [Solution](https://github.com/spamegg1/aoc/blob/master/2024/11/11.worksheet.sc#L80) by [Spamegg](https://github.com/spamegg1) -- [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/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/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) Share your solution to the Scala community by editing this page.