From 9f783a4e02cbca736928b094369123cb38dd52f6 Mon Sep 17 00:00:00 2001 From: Yann Moisan Date: Tue, 3 Dec 2024 08:59:43 +0100 Subject: [PATCH] Update day03.md --- docs/2024/puzzles/day03.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/2024/puzzles/day03.md b/docs/2024/puzzles/day03.md index 48940a4c8..580508c54 100644 --- a/docs/2024/puzzles/day03.md +++ b/docs/2024/puzzles/day03.md @@ -10,6 +10,8 @@ https://adventofcode.com/2024/day/3 - [Solution](https://github.com/Jannyboy11/AdventOfCode2024/blob/master/src/main/scala/day03/Day03.scala) of [Jan Boerman](https://x.com/JanBoerman95) using [FastParse](https://com-lihaoyi.github.io/fastparse/) - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day03.scala) by [Philippus Baalman](https://github.com/philippus) +- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2024/src/main/scala/Day3.scala) by [YannMoisan](https://github.com/YannMoisan) + 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)