fix: update hashmaps3.rs

pull/1547/head
Bert Apperlo 1 year ago committed by GitHub
parent 30291a3c25
commit 8974e33f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,6 @@ use std::collections::HashMap;
// A structure to store team name and its goal details.
struct Team {
name: String,
goals_scored: u8,
goals_conceded: u8,
}

Loading…
Cancel
Save