Exercise 11

This commit is contained in:
akshitgautam42 2023-11-11 20:23:09 +05:30
parent 8293b65b55
commit 3ca6d269cc

View File

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