From 31f1972aba4c4300ae2e2964e2d0532661c03e15 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sun, 3 Dec 2023 16:09:57 +0100 Subject: [PATCH] Add Philippus' solution for day 3 (#309) Co-authored-by: Jamie Thompson --- docs/2023/puzzles/day03.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2023/puzzles/day03.md b/docs/2023/puzzles/day03.md index 09ffd71c3..8d4562e8f 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -14,5 +14,6 @@ https://adventofcode.com/2023/day/3 - [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day03/Day03.scala) of [Jan Boerman](https://twitter.com/JanBoerman95). - [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/03.worksheet.sc#L89) by [Spamegg](https://github.com/spamegg1) - [Solution](https://github.com/prinsniels/AdventOfCode2023/blob/main/src/main/scala/solutions/day03.scala) by [Niels Prins](https://github.com/prinsniels) +- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2023/day3/Day3.scala) by [Philippus Baalman](https://github.com/philippus) Share your solution to the Scala community by editing this page. (You can even write the whole article!)