fixes functions1
This commit is contained in:
parent
11d1b58d64
commit
ccc9f924bd
|
@ -4,7 +4,9 @@ fn main() {
|
||||||
call_me();
|
call_me();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn call_me() {
|
||||||
|
println!("thank you for calling me :)");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue