// Main function fn main() { let arr:[i32;4] = [1, 2, 3, 4]; println!("array size is {}", arr.len()); }