Skip to content

Commit

Permalink
Added solution from mpilquist (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist authored Dec 3, 2023
1 parent ed5c7aa commit 1ae3287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2023/puzzles/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,6 @@ def part2(input: String): Int = solution(input, minimumCubes)
- [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).
- [Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day2.scala) of [Joel Edwards](https://github.com/joeledwards)

- [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day2.sc) by [Michael Pilquist](https://github.com/mpilquist)

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

0 comments on commit 1ae3287

Please sign in to comment.