First quiz and its related modules
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
// functions3.rs
|
||||
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
call_me(12);
|
||||
}
|
||||
|
||||
fn call_me(num: u32) {
|
||||
|
||||
Reference in New Issue
Block a user