Merge pull request #8 from akshitgautam42/Ex-9

Excersie 9
This commit is contained in:
Akshit Gautam 2023-11-11 20:20:47 +05:30 committed by GitHub
commit 1553418a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}