From 88877a6f4a1da0cb04413246c56efa9cf71a6586 Mon Sep 17 00:00:00 2001 From: Antoine Amiguet Date: Sat, 14 Dec 2024 15:57:28 +0100 Subject: [PATCH] Update day14.md (#727) --- docs/2024/puzzles/day14.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/2024/puzzles/day14.md b/docs/2024/puzzles/day14.md index 19a10f91b..f3432724d 100644 --- a/docs/2024/puzzles/day14.md +++ b/docs/2024/puzzles/day14.md @@ -8,5 +8,7 @@ https://adventofcode.com/2024/day/14 ## Solutions from the community +- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day14.scala) by [Antoine Amiguet](https://github.com/aamiguet) + 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)