complete the intro1-2 exercise

This commit is contained in:
phapdev 2024-01-07 13:59:10 +07:00
parent 88b583f2bb
commit f016d646f6
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -5,8 +5,6 @@
// 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!");
}