From e22c132fb82dd0dad9fb6c2c54cf1102cd7fe185 Mon Sep 17 00:00:00 2001 From: Antoine Amiguet Date: Mon, 8 Dec 2025 21:45:16 +0100 Subject: [PATCH] Add community solution link for Day 8 --- docs/2025/puzzles/day08.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2025/puzzles/day08.md b/docs/2025/puzzles/day08.md index a4e9b7225..c20b914fc 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) Share your solution to the Scala community by editing this page. You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)