From a3e7985af4847f4737fc57c10b0944d73e87ee59 Mon Sep 17 00:00:00 2001 From: Artem Nikiforov Date: Sun, 15 Dec 2024 14:02:00 +0300 Subject: [PATCH] Add day15 solution from the community --- docs/2024/puzzles/day15.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day15.md b/docs/2024/puzzles/day15.md index dfe91263a..5f2856ef3 100644 --- a/docs/2024/puzzles/day15.md +++ b/docs/2024/puzzles/day15.md @@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/15 ## Solutions from the community +- [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D15T2.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)