Skip to content

Commit

Permalink
Deploying to gh-pages from @ 11624a4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
damoasda committed Mar 12, 2024
1 parent c212a2f commit 6d04f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch08-03-hash-maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h3 id="zugreifen-auf-werte-in-einer-hashtabelle"><a class="header" href="#zugre
let mut scores = HashMap::new();

scores.insert(String::from("Blau"), 10);
scores.insert(String::from("Geld"), 50);
scores.insert(String::from("Gelb"), 50);

let team_name = String::from("Blau");
let score = scores.get(&amp;team_name).copied().unwrap_or(0);
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -8625,7 +8625,7 @@ <h3 id="zugreifen-auf-werte-in-einer-hashtabelle"><a class="header" href="#zugre
let mut scores = HashMap::new();

scores.insert(String::from("Blau"), 10);
scores.insert(String::from("Geld"), 50);
scores.insert(String::from("Gelb"), 50);

let team_name = String::from("Blau");
let score = scores.get(&amp;team_name).copied().unwrap_or(0);
Expand Down

0 comments on commit 6d04f76

Please sign in to comment.