mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 15:19:19 +00:00
Update functions1.rs
corrected code
This commit is contained in:
parent
e6cb104294
commit
38656c82cc
@ -3,3 +3,6 @@
|
||||
fn main() {
|
||||
call_me(); // Don't change this line
|
||||
}
|
||||
fn call_me(){
|
||||
println!{"@"}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user