Function advent_of_code_2022::day_2::score_tournament
source · fn score_tournament(tournament: &Vec<(Move, Move)>) -> u32
Expand description
Calculate the sum of the scores for all rounds I layed in
fn score_tournament(tournament: &Vec<(Move, Move)>) -> u32
Calculate the sum of the scores for all rounds I layed in