mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
fixes functions1
This commit is contained in:
parent
11d1b58d64
commit
ccc9f924bd
@ -4,7 +4,9 @@ fn main() {
|
||||
call_me();
|
||||
}
|
||||
|
||||
|
||||
fn call_me() {
|
||||
println!("thank you for calling me :)");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user