diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index 65f75f92f..afbcf78c8 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -158,6 +158,7 @@ throw away duplicate counts. - [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day10.scala) by [Joshua Portway](https://github.com/jportway) - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day10.scala) by [scarf](https://github.com/scarf005) - [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/master/src/main/scala/day10.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer) +- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day10.scala) by [Philippus Baalman](https://github.com/philippus) 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)