From 72d1a765ef16b7ac7c191a3e60897f10f445886a Mon Sep 17 00:00:00 2001 From: Guillaume Vandecasteele Date: Sun, 7 Dec 2025 17:57:19 +0100 Subject: [PATCH] Add a community solution for day 7 --- 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..c9ec01b31 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/guycastle/advent_of_code/blob/main/src/main/scala/aoc2025/day07/DaySeven.scala) by [Guillaume Vandecasteele](https://github.com/guycastle) 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)