using hashmap to build a score table

This commit is contained in:
Hariettemaina 2023-05-22 17:06:21 +03:00
parent fe0cebb8b9
commit 7ac447300a

View File

@ -14,7 +14,7 @@
// Execute `rustlings hint hashmaps3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
use std::collections::HashMap;