The challenge is to implement a program called "sample" that outputs a sorted list of random numbers to the console. Your program should be run like this:
ruby sample MEMBERS LIMIT
MEMBERS is the number of results you want the program to output, and LIMIT is the upper limit for the sample range. All results should be greater than or equal to 0 and less than LIMIT. Some examples: