diff --git a/docs/2025/puzzles/day08.md b/docs/2025/puzzles/day08.md index 8454c2818..bed158fe7 100644 --- a/docs/2025/puzzles/day08.md +++ b/docs/2025/puzzles/day08.md @@ -12,6 +12,7 @@ https://adventofcode.com/2025/day/8 - [Solution](https://github.com/rmarbeck/advent2025/blob/main/day08/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/henryk-cesnolovic/advent-of-code-2025/blob/main/d8/solution.scala) by [Henryk Česnolovič](https://github.com/henryk-cesnolovic) - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day08.scala) by [Philippus Baalman](https://github.com/philippus) +- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day08.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/07/solution.scala) by [nichobi](https://nichobi.com) Share your solution to the Scala community by editing this page.