fix: solved 00_intro.

This commit is contained in:
Nevin Aragam 2024-01-17 00:10:26 -07:00
parent 8d0aa11a35
commit d7ce72e95f
No known key found for this signature in database
GPG Key ID: C7D77CD6B0F4D82C
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!")
}