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.