Excersie 9

This commit is contained in:
akshitgautam42 2023-11-11 20:16:16 +05:30
parent 3f1246caed
commit e0f9f0208d

View File

@ -3,8 +3,10 @@
// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn call_me(){
println!("Hello, world!");
}
fn main() {
call_me();
}