mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
fixes functions3
This commit is contained in:
parent
b000a64f03
commit
d928df0942
@ -1,7 +1,7 @@
|
||||
// Make me compile! Scroll down for hints :)
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
call_me(5);
|
||||
}
|
||||
|
||||
fn call_me(num: i32) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user