Vedant-asati a5382eb242 d1
2024-12-27 19:00:40 +05:30

7 lines
125 B
Rust

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