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