Function advent_of_code_2023::day_6::find_product_of_races
source · fn find_product_of_races(races: &Vec<Race>) -> i64
Expand description
Convert a list of races into the size of the range of hold times, and find the product of these as the puzzle answer.