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

7 lines
129 B
Rust

// TODO: Change the line below to fix the compiler error.
const NUMBER:u32 = 3;
fn main() {
println!("Number: {NUMBER}");
}