diff --git a/docs/2024/puzzles/day04.md b/docs/2024/puzzles/day04.md index 36a19baa0..0c6987a44 100644 --- a/docs/2024/puzzles/day04.md +++ b/docs/2024/puzzles/day04.md @@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/4 ## Solutions from the community +- [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day04.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)