mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-05-02 19:28:19 +08:00
4 lines
59 B
Rust
Executable File
4 lines
59 B
Rust
Executable File
fn main() {
|
|
let tup: (i32, f64, u8) = (500, 6.4, 1);
|
|
}
|