diff --git a/docs/2024/puzzles/day23.md b/docs/2024/puzzles/day23.md index 6ff6dfbf7..3dc2abed6 100644 --- a/docs/2024/puzzles/day23.md +++ b/docs/2024/puzzles/day23.md @@ -9,6 +9,7 @@ https://adventofcode.com/2024/day/23 ## Solutions from the community - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D23T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day23.scala) by [merlinorg](https://github.com/merlinorg) +- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day23/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Writeup](https://thedrawingcoder-gamer.github.io/aoc-writeups/2024/day23.html) by [Bulby](https://github.com/TheDrawingCoder-Gamer) Share your solution to the Scala community by editing this page.