diff --git a/docs/2024/puzzles/day23.md b/docs/2024/puzzles/day23.md index 6c4beeaef..6ff6dfbf7 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) +- [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. You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)