Skip to content

Commit

Permalink
Add rayrobdod's solution for day 2 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrobdod authored Dec 2, 2023
1 parent ae713c1 commit b9425cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)

0 comments on commit b9425cc

Please sign in to comment.