2025-07-10 01:40:39 -06:00

7 lines
128 B
Rust

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