Rust is a typed language, every variable must specify its type. The common number types are integers i32 ... fn main() { let x = 3; let y = 6; println!
確定! 回上一頁