From be7be5bab4d2e812accf5bc2b1410ff6f104639f Mon Sep 17 00:00:00 2001 From: uNxe <11159279+henryk-cesnolovic@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:44:58 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Henryk=20=C4=8Cesnolovi=C4=8D's=20solutio?= =?UTF-8?q?n=20to=20day=2007?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..b3e93de61 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/henryk-cesnolovic/advent-of-code-2025/blob/main/d7/solution.scala) by [Henryk Česnolovič](https://github.com/henryk-cesnolovic) 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)