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