2024-07-08 12:39:18 +08:00

7 lines
106 B
Rust

fn main() {
// TODO: Add missing keyword.
let x: i32 = 5;
println!("x has the value {x}");
}