From 85d874a9688c690b13b87617e09bd3c4a8f8e44f Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 11 Dec 2024 08:25:44 +0100 Subject: [PATCH] Add day 11 solution article to follow later today --- docs/2024/puzzles/day11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day11.md b/docs/2024/puzzles/day11.md index 379530120..3427ed2b2 100644 --- a/docs/2024/puzzles/day11.md +++ b/docs/2024/puzzles/day11.md @@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/11 ## Solutions from the community +- [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day11.scala) by [Jamie Thompson](https://github.com/bishabosha) 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)