Function advent_of_code_2023::day_2::sum_minimal_contents_powers
source · fn sum_minimal_contents_powers(games: &Vec<Game>) -> u32
Expand description
This is the solution to part 2 - delegates finding the minimal bag contents to minimal_contents
and turning
each bag into it’s power with draw_power