Skip to content

Commit

Permalink
Add @alexandru's Solution to Day 2 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru authored Dec 2, 2023
1 parent fc1ca0f commit d4234b8
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 @@ -180,6 +180,7 @@ def part2(input: String): Int = solution(input, minimumCubes)

## Solutions from the community

- [Solution](https://github.com/alexandru/advent-of-code/blob/main/scala3/2023/src/main/scala/day2.scala) by [Alexandru Nedelcu](https://github.com/alexandru)
- [Solution](https://github.com/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day02.scala) by [Seth Tisue](https://github.com/SethTisue)
- [Solution](https://gist.github.com/CJSmith-0141/b7a43228aeadfe2169cd163d38e732b3) by [CJ Smith](https://github.com/CJSmith-0141)
- [Solution](https://github.com/prinsniels/AdventOfCode2023/blob/main/src/main/scala/solutions/day02.scala) by [Niels Prins](https://github.com/prinsniels)
Expand Down

0 comments on commit d4234b8

Please sign in to comment.