From 900e76cc966015cc0624d3ecee47ab01c09aba19 Mon Sep 17 00:00:00 2001 From: Michael Pilquist Date: Sun, 3 Dec 2023 12:04:21 -0500 Subject: [PATCH] Add day 3 solution from mpilquist (#318) --- 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 1fdedf76c..8466e6111 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -17,5 +17,6 @@ https://adventofcode.com/2023/day/3 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2023/day3/Day3.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day03.scala) by [Jamie Thompson](https://github.com/bishabosha) - [Solution](https://github.com/kbielefe/advent-of-code/blob/master/2023/src/main/scala/3.scala) by [Karl Bielefeldt](https://github.com/kbielefe) +- [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day3.sc) by [Michael Pilquist](https://github.com/mpilquist) Share your solution to the Scala community by editing this page. (You can even write the whole article!)