22. Extract Matrix Column
Create a matrix (an array of integer arrays where each integer array represents a row).
From that matrix, choose a column from which to extract numbers to create a new array (the left-most number in an array is in column 0).
Matrix: []
*Note: Separate integers by a comma (no space)