Hariprasath_Ganapathi 8be313a1dd
Update variables6.rs
2024-11-13 10:38:12 +05:30

7 lines
129 B
Rust

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