Browse Source

docs(smallest): specify what to do when the hashmap is empty

DEV-3972-prepare-blockchain-branch-subjects
eslopfer 2 years ago
parent
commit
f579e040dc
  1. 2
      subjects/smallest/README.md

2
subjects/smallest/README.md

@ -4,6 +4,8 @@
Create a function named `smallest` that gets the smallest number in the `HashMap`.
If the `HashMap` is empty, return the maximum `i32`.
### Expected Function
```rust

Loading…
Cancel
Save