Skip to content

Commit

Permalink
Add bxiang's solution for day 2. (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxiang authored Dec 2, 2023
1 parent ebc9348 commit ae713c1
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 @@ -192,5 +192,6 @@ def part2(input: String): Int = solution(input, minimumCubes)
- [Solution](https://github.com/pkarthick/AdventOfCode/blob/master/2023/scala/src/main/scala/day02.scala) by [Karthick Pachiappan](https://github.com/pkarthick)
- [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).

Share your solution to the Scala community by editing this page. (You can even write the whole article!)

0 comments on commit ae713c1

Please sign in to comment.