This commit is contained in:
jackmac 2023-06-21 12:25:16 +09:30
parent 7b80ac03d1
commit 92a1f6a216

View File

@ -1,6 +1,6 @@
// functions2.rs
// Execute `rustlings hint functions2` or use the `hint` watch subcommand for a hint.
//test
fn main() {
call_me(3);
}