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