python3 merge.py input.text
where input.txt is a text file containing the numbers to be sorted. The program will automatically read this into an array. You can assume that only natural numbers are present and each number appears at most once.