mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2025-03-31 06:30:16 +08:00
6 lines
93 B
Rust
6 lines
93 B
Rust
fn main() {
|
|
let (x, y) = (1, 2, 3);
|
|
|
|
// println! ("x: {}, y: {}, z: {}", x, y, z);
|
|
}
|