variables1.rs (105B)
1 fn main() { 2 // TODO: Add the missing keyword. 3 let x = 5; 4 5 println!("x has the value {x}"); 6 }