202307032222 Status: #idea Tags: Rust
let x = 5; let y = 10; println!("x = {x} and y + 2 = {}", y + 2);