# [ ] Write a program that reads an unspecified number of integers from the command line, # then prints out the numbers in an ascending order # The program should have an optional argument to save the sorted numbers as a file named `sorted_numbers.txt`