From e67fd82f474b3a6e994775c68a71dea69574f42b Mon Sep 17 00:00:00 2001 From: CJ Smith Date: Mon, 4 Dec 2023 12:48:49 -0500 Subject: [PATCH] Update day04.md (#352) Co-authored-by: Jamie Thompson --- docs/2023/puzzles/day04.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2023/puzzles/day04.md b/docs/2023/puzzles/day04.md index 9322f29d8..3a44e31ec 100644 --- a/docs/2023/puzzles/day04.md +++ b/docs/2023/puzzles/day04.md @@ -192,6 +192,7 @@ end part2 - [Solution](https://github.com/kbielefe/advent-of-code/blob/master/2023/src/main/scala/4.scala) by [Karl Bielefeldt](https://github.com/kbielefe) - [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task04/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin) - [Solution](https://github.com/alexandru/advent-of-code/blob/main/scala3/2023/src/main/scala/day4.scala) by [Alexandru Nedelcu](https://github.com/alexandru/) +- [Solution](https://gist.github.com/CJSmith-0141/11981323258a79e497539639763777e4) by [CJ Smith](https://github.com/CJSmith-0141/) - [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day04.scala) by [Jamie Thompson](https://github.com/bishabosha) - [Solution](https://github.com/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day04.scala) by [Seth Tisue](https://github.com/SethTisue/)