From c902da485c791dd3a1141d1ac09c59b59e661981 Mon Sep 17 00:00:00 2001 From: Yann Moisan Date: Sun, 7 Dec 2025 17:10:02 +0100 Subject: [PATCH] Update day05.md --- docs/2025/puzzles/day05.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2025/puzzles/day05.md b/docs/2025/puzzles/day05.md index baccf6022..d09c01850 100644 --- a/docs/2025/puzzles/day05.md +++ b/docs/2025/puzzles/day05.md @@ -16,6 +16,7 @@ https://adventofcode.com/2025/day/5 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day05.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day05.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/henryk-cesnolovic/advent-of-code-2025/blob/main/d5/solution.scala) by [Henryk Česonlovič](https://github.com/henryk-cesnolovic) +- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day5.scala) by [Yann Moisan](https://github.com/YannMoisan) 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)