Given a two-dimensional array of integers and a column index, return the smallest element in that column. You may assume that each dimension of the array has at least one element.