This commit is contained in:
Paul Scarrone 2023-02-12 19:22:48 -05:00
parent 3937082a3c
commit f47eafb657

View File

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