complete intro 2

This commit is contained in:
Stirling Hostetter 2022-11-02 11:00:50 -05:00
parent 3d0a31f700
commit 8b15739c25

View File

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