book/listings/ch03-common-programming-con.../no-listing-13-arrays/src/main.rs

4 lines
43 B
Rust

fn main() {
let a = [1, 2, 3, 4, 5];
}