Given a sorted array and a target, return the index of the target, or the index where it would be inserted to keep the array sorted.
No sample test cases yet.
Code execution is coming soon.