From e0af08aa8a0edc2cbb4b8b9f1679cb39ee6bec6b Mon Sep 17 00:00:00 2001 From: spamegg Date: Sun, 15 Dec 2024 13:02:01 +0300 Subject: [PATCH] added Spamegg's solution link for 2024 day 14 --- docs/2024/puzzles/day14.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day14.md b/docs/2024/puzzles/day14.md index 7c73df4e6..ae41ea047 100644 --- a/docs/2024/puzzles/day14.md +++ b/docs/2024/puzzles/day14.md @@ -13,6 +13,7 @@ https://adventofcode.com/2024/day/14 - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day14.scala) by [scarf](https://github.com/scarf005) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day14.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day14.scala) by [Alex Mc'key](https://github.com/AlexMckey) +- [Solution](https://github.com/spamegg1/aoc/blob/master/2024/14/14.scala#L165) by [Spamegg](https://github.com/spamegg1) 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)