diff --git a/docs/2024/puzzles/day20.md b/docs/2024/puzzles/day20.md index 35ed0684f..323ac13f3 100644 --- a/docs/2024/puzzles/day20.md +++ b/docs/2024/puzzles/day20.md @@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/20 ## Solutions from the community +- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day20/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) 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)