intro2.rs

This commit is contained in:
Himan-Miku 2023-04-15 11:46:34 +05:30
parent 891de0b32c
commit b7329f8fe5
2 changed files with 1 additions and 3 deletions

View File

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

Binary file not shown.