From c0bebb31c99c4ff60d5c0d6120e1da0070a50225 Mon Sep 17 00:00:00 2001 From: Antoine Amiguet Date: Tue, 10 Dec 2024 00:57:32 +0100 Subject: [PATCH] Update day09.md --- docs/2024/puzzles/day09.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day09.md b/docs/2024/puzzles/day09.md index ea68ec9a1..8143a2ec1 100644 --- a/docs/2024/puzzles/day09.md +++ b/docs/2024/puzzles/day09.md @@ -11,6 +11,7 @@ https://adventofcode.com/2024/day/9 - [Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day09.scala) by [Alex Mc'key](https://github.com/AlexMckey) - [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/09/solution.scala) by [nichobi](https://github.com/nichobi) - [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayNine.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) +- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day9.scala) by [Antoine Amiguet](https://github.com/aamiguet) 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)