functions 3

This commit is contained in:
Paul Scarrone 2023-02-20 13:13:32 -05:00
parent 9f9aebebc8
commit ec8765a059

View File

@ -1,10 +1,8 @@
// functions3.rs // functions3.rs
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a hint. // Execute `rustlings hint functions3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
fn main() { fn main() {
call_me(); call_me(25);
} }
fn call_me(num: u32) { fn call_me(num: u32) {