From e0d1a4b8ecf802ec6bceea261913506ea346a6e7 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Wed, 25 Dec 2024 06:19:19 +0100 Subject: [PATCH] Add Philippus' solution for day 09 (#807) --- 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 0f95f97ae..59a3450ac 100644 --- a/docs/2024/puzzles/day09.md +++ b/docs/2024/puzzles/day09.md @@ -321,5 +321,6 @@ def part2(input: String): Long = - [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day9.scala) by [Joshua Portway](https://github.com/jportway) - [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day09.scala) by [Roland Tritsch](https://github.com/rolandtritsch) - [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day9.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer) +- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day09.scala) by [Philippus Baalman](https://github.com/philippus) Share your solution to the Scala community by editing this page.