From 53df4a62cb95883cd9f319a30844dce3c638ae7b Mon Sep 17 00:00:00 2001 From: spamegg Date: Sat, 2 Dec 2023 13:57:06 +0300 Subject: [PATCH] Add spamegg's solution for day 2. (#291) --- docs/2023/puzzles/day02.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2023/puzzles/day02.md b/docs/2023/puzzles/day02.md index 9d73d5efb..d92f55fda 100644 --- a/docs/2023/puzzles/day02.md +++ b/docs/2023/puzzles/day02.md @@ -15,5 +15,6 @@ https://adventofcode.com/2023/day/2 - [Solution](https://github.com/kbielefe/advent-of-code/blob/edf8e706229a5f3785291824f26778de8a583c35/2023/src/main/scala/2.scala) by [Karl Bielefeldt](https://github.com/kbielefe) - [Solution](https://github.com/susliko/adventofcode/blob/master/2023/day2/cubeCondurum.scala) by [Vail Markoukin](https://github.com/susliko) - [Solution](https://github.com/jnclt/adventofcode2023/blob/main/day02/cube-conundrum.sc) by [jnclt](https://github.com/jnclt) +- [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/02.worksheet.sc#L87) by [Spamegg](https://github.com/spamegg1) Share your solution to the Scala community by editing this page. (You can even write the whole article!)