mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-05-02 11:18:14 +08:00
4 lines
43 B
Rust
4 lines
43 B
Rust
|
fn main() {
|
||
|
let a = [1, 2, 3, 4, 5];
|
||
|
}
|