From f82ae31df037a1553d4b6abf8a5a09311438a128 Mon Sep 17 00:00:00 2001 From: TheDrawingCoding-Gamer Date: Wed, 25 Dec 2024 18:17:41 -0500 Subject: [PATCH] day 25 writeup link --- docs/2024/puzzles/day25.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day25.md b/docs/2024/puzzles/day25.md index 6d6efb83c..e58ab41e4 100644 --- a/docs/2024/puzzles/day25.md +++ b/docs/2024/puzzles/day25.md @@ -11,6 +11,7 @@ https://adventofcode.com/2024/day/25 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day25.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day25.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day25/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) +- [Writeup](https://thedrawingcoder-gamer.github.io/aoc-writeups/2024/day25.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)