Merge pull request #2 from akshitgautam42/Ex-2

Exercise 2
This commit is contained in:
Akshit Gautam 2023-11-11 15:30:03 +05:30 committed by GitHub
commit 717ccf8dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
printline!("Hello there!")
println!("Hello there!")
}