trpl-zh-cn/listings/ch03-common-programming-concepts/no-listing-13-arrays/src/main.rs

4 lines
43 B
Rust
Raw Normal View History

2022-02-06 16:43:51 +08:00
fn main() {
let a = [1, 2, 3, 4, 5];
}