From 3082b9cfab248753f65fbe0f6937a60dbdcfbc5f Mon Sep 17 00:00:00 2001 From: Matt Bovel Date: Fri, 13 Dec 2024 18:48:16 +0100 Subject: [PATCH] Add mbovel solution for day 13 (#718) --- docs/2024/puzzles/day13.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day13.md b/docs/2024/puzzles/day13.md index 137d76f413..3cf2e4fe80 100644 --- a/docs/2024/puzzles/day13.md +++ b/docs/2024/puzzles/day13.md @@ -11,6 +11,7 @@ https://adventofcode.com/2024/day/13 - [Solution](https://github.com/spamegg1/aoc/blob/master/2024/13/13.worksheet.sc#L109) by [Spamegg](https://github.com/spamegg1) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day13.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day13.scala) by [merlinorg](https://github.com/merlinorg) +- [Solution](https://gist.github.com/mbovel/f26d82b2fd3d46cb55520268994371f8) by [mbovel](https://github.com/mbovel) 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)