mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-23 05:58:02 +08:00
4 lines
39 B
Rust
4 lines
39 B
Rust
|
fn main() {
|
||
|
let x = (let y = 6);
|
||
|
}
|