Lottery generates random results from the range provided by the user.
Clone the repository and run with values for arguments minimumNumber, maximumNumber and count.
$ git clone https://github.com/albinekcom/Lottery.git
$ cd Lottery
$ swift run Lottery --minimumNumber 1 --maximumNumber 49 --count 6