From 377ec836e1a9f32208ad226a37fa3540d1b84f0f Mon Sep 17 00:00:00 2001 From: Artem Nikiforov Date: Sun, 8 Dec 2024 11:27:06 +0300 Subject: [PATCH] A day08 solution from the comunity --- docs/2024/puzzles/day08.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day08.md b/docs/2024/puzzles/day08.md index 0fe7112a7..ed02da6dd 100644 --- a/docs/2024/puzzles/day08.md +++ b/docs/2024/puzzles/day08.md @@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/8 ## Solutions from the community +- [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D8T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) 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)