From b9425ccd470a9cdde742ea9da02cb80d86d95a3e Mon Sep 17 00:00:00 2001 From: Raymond Dodge Date: Sat, 2 Dec 2023 15:34:54 -0500 Subject: [PATCH] Add rayrobdod's solution for day 2 (#303) --- 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 950b52769..b25fd931a 100644 --- a/docs/2023/puzzles/day02.md +++ b/docs/2023/puzzles/day02.md @@ -193,5 +193,6 @@ def part2(input: String): Int = solution(input, minimumCubes) - [Solution](https://github.com/ChidiRnweke/AOC23/blob/main/src/main/scala/day2.scala) by [Chidi Nweke](https://github.com/ChidiRnweke) - [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day02/Day02.scala) of [Jan Boerman](https://twitter.com/JanBoerman95). - [Solution](https://github.com/bxiang/advent-of-code-2023/blob/main/src/main/scala/com/aoc/day2/Solution.scala) of [Brian Xiang](https://github.com/bxiang). +- [Solution](https://github.com/rayrobdod/advent-of-code/blob/main/2023/02/day2.scala) of [Raymond Dodge](https://github.com/rayrobdod). Share your solution to the Scala community by editing this page. (You can even write the whole article!)