diff --git a/docs/2024/puzzles/day03.md b/docs/2024/puzzles/day03.md index 12f11a9ae..a320bfbbc 100644 --- a/docs/2024/puzzles/day03.md +++ b/docs/2024/puzzles/day03.md @@ -15,6 +15,7 @@ https://adventofcode.com/2024/day/3 - [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayThree.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) - [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2024/src/main/scala/Day3.scala) by [YannMoisan](https://github.com/YannMoisan) - [Solution](https://github.com/spamegg1/aoc/blob/master/2024/03/03.worksheet.sc#L62) by [Spamegg](https://github.com/spamegg1/) +- [Solution](https://github.com/samuelchassot/AdventCode_2024/blob/c213b5ca3cf7eabd3c2d2ba852a36869575b1442/03/Day03.scala) by [Samuel Chassot](https://github.com/samuelchassot/) 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)