Files
2026-07-12 23:39:38 +02:00

7 lines
126 B
Rust

fn main() {
// TODO: Change the line below to fix the compiler error.
let x: i32 = 14;
println!("Number {x}");
}