Skip to content

Commit

Permalink
Update day20.md (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamiguet authored Dec 20, 2024
1 parent 259b2fe commit 7119099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2024/puzzles/day20.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ 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)

- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day20/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
- [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D20T2.scala) by [Artem Nikiforov](https://github.com/nikiforo)
- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day20.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)

0 comments on commit 7119099

Please sign in to comment.