Merge branch 'main' into comment_cleanup

This commit is contained in:
liv
2023-06-12 12:39:02 +02:00
committed by GitHub
8 changed files with 161 additions and 90 deletions

View File

@@ -18,9 +18,8 @@
use std::collections::HashMap;
// A structure to store team name and its goal details.
// A structure to store the goal details of a team.
struct Team {
name: String,
goals_scored: u8,
goals_conceded: u8,
}