From 7119099875199c3598bd0f9f4e8bc0ac6d7223ea Mon Sep 17 00:00:00 2001 From: Antoine Amiguet Date: Fri, 20 Dec 2024 18:58:45 +0100 Subject: [PATCH] Update day20.md (#778) --- docs/2024/puzzles/day20.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/2024/puzzles/day20.md b/docs/2024/puzzles/day20.md index 4bd38e5b7..d18b7a452 100644 --- a/docs/2024/puzzles/day20.md +++ b/docs/2024/puzzles/day20.md @@ -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)