From 83a15ba7bfa7c92c6258acf915e534806e042488 Mon Sep 17 00:00:00 2001 From: rmarbeck Date: Wed, 25 Dec 2024 23:31:21 +0100 Subject: [PATCH] Adding solution by rmarbeck --- docs/2024/puzzles/day24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day24.md b/docs/2024/puzzles/day24.md index e6418583f..b258d78f2 100644 --- a/docs/2024/puzzles/day24.md +++ b/docs/2024/puzzles/day24.md @@ -10,6 +10,7 @@ https://adventofcode.com/2024/day/24 - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day24.scala) by [merlinorg](https://github.com/merlinorg) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day24.scala) by [Antoine Amiguet](https://github.com/aamiguet) +- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day24/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) 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)