mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
commit
ed4abca3ae
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user