Files

7 lines
126 B
Rust
Raw Permalink Normal View History

2026-03-12 20:54:14 -04:00
fn main() {
// TODO: Change the line below to fix the compiler error.
let x: i32 = 10;
println!("Number {x}");
}