Merge pull request #2 from ninjapanzer/pks/intro2

Pks/intro2
This commit is contained in:
Paul Scarrone 2023-02-20 13:06:33 -05:00 committed by GitHub
commit e9889def51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
// 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 {}!");
let world = "world";
println!("Hello {world}!");
}