diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index 7ad3aff26..bf54b2058 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -13,6 +13,7 @@ https://adventofcode.com/2024/day/10 - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day10/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/10/solution.scala) by [nichobi](https://github.com/nichobi) - [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day10.scala) by [Roland Tritsch](https://github.com/rolandtritsch) +- [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayTen.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) - [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day10/hoof-it.sc) by [jnclt](https://github.com/jnclt) Share your solution to the Scala community by editing this page.