Challenge 11 - Find the Xth number

Write a function, `getX`, that given an int `x` and a integer array `num`, returns the Xth number if the list was in sorted order. In other words, the Xth smallest number. 

Input: 
X: 
Output: