From 7d3aad4347c67a66df62ac2e2e26b6f3e96a0943 Mon Sep 17 00:00:00 2001 From: Yann Moisan Date: Sun, 7 Dec 2025 17:31:50 +0100 Subject: [PATCH] Update day07.md --- docs/2025/puzzles/day07.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2025/puzzles/day07.md b/docs/2025/puzzles/day07.md index 4415390ea..b4c1351ab 100644 --- a/docs/2025/puzzles/day07.md +++ b/docs/2025/puzzles/day07.md @@ -10,6 +10,7 @@ https://adventofcode.com/2025/day/7 - [Solution](https://github.com/rmarbeck/advent2025/blob/main/day07/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day07.scala) by [Philippus Baalman](https://github.com/philippus) +- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day7.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)