This commit is contained in:
Paul Scarrone 2023-02-12 19:20:40 -05:00
parent fc9fb536ca
commit 3937082a3c

View File

@ -5,5 +5,6 @@
// I AM NOT DONE
fn main() {
println!("Hello {}!");
let world = "world";
println!("Hello {world}!");
}