Update functions1.rs

corrected code
This commit is contained in:
Hariprasath_Ganapathi 2024-11-13 10:41:09 +05:30 committed by GitHub
parent e6cb104294
commit 38656c82cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,3 +3,6 @@
fn main() {
call_me(); // Don't change this line
}
fn call_me(){
println!{"@"}
}