finished intro2

This commit is contained in:
karmabadger 2023-04-08 20:27:31 -04:00
parent b66b5262b0
commit e437949163

View File

@ -2,8 +2,6 @@
// Make the code print a greeting to the world.
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
fn main() {
println!("Hello {}!");
println!("Hello {}!", "world");
}