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