From b9d436882bfb47de9495f9edc52ba3c86937e213 Mon Sep 17 00:00:00 2001 From: Alex Mc'key Date: Sun, 15 Dec 2024 23:06:04 +0300 Subject: [PATCH] Update day15.md (#734) Add Day15 solution by Alex Mc'key --- 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 caf0a46df..be85b1e8d 100644 --- a/docs/2024/puzzles/day15.md +++ b/docs/2024/puzzles/day15.md @@ -9,6 +9,7 @@ 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) - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day15.scala) by [merlinorg](https://github.com/merlinorg) +- [Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day15.scala) by [Alex Mc'key](https://github.com/AlexMckey) 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)