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 135e5d4 commit 6deee7eCopy full SHA for 6deee7e
exercises/option/option1.rs
@@ -1,9 +1,9 @@
1
-//option1.rs
2
-//Make me compile! Execute `rustlings hint option1` for hints
+// option1.rs
+// Make me compile! Execute `rustlings hint option1` for hints
3
4
-//I AM NOT DONE
+// I AM NOT DONE
5
6
-//you can modify anything EXCEPT for this function's sig
+// you can modify anything EXCEPT for this function's sig
7
fn print_number(maybe_number: Option<u16>) {
8
println!("printing: {}", *maybe_number);
9
}
0 commit comments