// Arithmetic, function calls and imports! fn main() -> u16 { let a = [[ 5, 3, 2 ]]; return a[0][1]; }