Exercise 2

This commit is contained in:
akshitgautam42 2023-11-11 15:28:48 +05:30
parent b670e8b2c2
commit 7d0886960a

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!")
}