Merge pull request #10 from akshitgautam42/Ex-11

Exercise 11
This commit is contained in:
Akshit Gautam 2023-11-11 20:31:14 +05:30 committed by GitHub
commit ed4abca3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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