intro done

This commit is contained in:
David E. Perez Negron R. 2023-10-25 19:55:12 -06:00
parent 9a743f80c5
commit 44e5c34afc
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
println!("Hello and");

View File

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