We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57377e8 commit 3c84cc1Copy full SHA for 3c84cc1
exercises/options/options1.rs
@@ -3,11 +3,6 @@
3
4
// I AM NOT DONE
5
6
-// you can modify anything EXCEPT for this function's signature
7
-fn print_number(maybe_number: Option<u16>) {
8
- println!("printing: {}", maybe_number.unwrap());
9
-}
10
-
11
// This function returns how much icecream there is left in the fridge.
12
// If it's before 10PM, there's 5 pieces left. At 10PM, someone eats them
13
// all, so there'll be no more left :(
0 commit comments