// variables6.rs // // 執行 `rustlings hint variables6` 或使用 `hint` watch 子命令來獲取提示。 // I AM NOT DONE const NUMBER = 3; fn main() { println!("Number {}", NUMBER); }