diff --git a/docs/2024/puzzles/day22.md b/docs/2024/puzzles/day22.md index 107a6e260..58e9c8a27 100644 --- a/docs/2024/puzzles/day22.md +++ b/docs/2024/puzzles/day22.md @@ -7,12 +7,10 @@ import Solver from "../../../../../website/src/components/Solver.js" https://adventofcode.com/2024/day/22 ## Solutions from the community -- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day22/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck) +- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day22/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day22.scala) by [Philippus Baalman](https://github.com/philippus) - - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D22T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) - - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day22.scala) by [merlinorg](https://github.com/merlinorg) Share your solution to the Scala community by editing this page.