From 40735146a33155d6e7f9e39aa45fa902e0ff31c1 Mon Sep 17 00:00:00 2001 From: uNxe <11159279+henryk-cesnolovic@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:48:51 +0200 Subject: [PATCH] Added solution from the community for day04.md by Henryk Cesnolovic --- docs/2024/puzzles/day04.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day04.md b/docs/2024/puzzles/day04.md index 0c6987a44..a522d995e 100644 --- a/docs/2024/puzzles/day04.md +++ b/docs/2024/puzzles/day04.md @@ -8,6 +8,7 @@ https://adventofcode.com/2024/day/4 ## Solutions from the community - [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day04.scala) by [Jamie Thompson](https://github.com/bishabosha) +- [Solution](https://github.com/henryk-cesnolovic/advent-of-code-2024/blob/main/AdventOfCode/src/Day4.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! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)