intro completed

This commit is contained in:
Sachin Murali 2023-10-21 19:33:49 +05:30
parent c306792449
commit 13141c2c56
2 changed files with 2 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,8 @@
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
println!("Hello {}!");
let w ="world";
println!("Hello {w}!");
}