Module day02
aoc
2024.12.25
Module day02
Sections
Cube Conundrum
Module Items
Functions
Type Aliases
In aoc::
year2023
aoc
::
year2023
Module
day02
Copy item path
Source
Expand description
§
Cube Conundrum
Functions
§
parse
Parse each game into the maximum red, green and blue values.
part1
Sum the ids for all valid games.
part2
Sum the product of maximum red, green and blue values.
Type Aliases
§
Game
🔒