Function spiral_order

Source
pub fn spiral_order(matrix: Vec<Vec<i32>>) -> Vec<i32>