// variables3.rs // // 執行 `rustlings hint variables3` 或使用 `hint` watch 子命令來獲取提示。 // I AM NOT DONE fn main() { let x: i32; println!("數字 {}", x); }