This program functions as a simple command line interface to calculate the prime factors of a number and return the result.
The program takes no arguments. Use the sbt run command to run the program. When run, this program will create a directory called calcStorage to the present working dir to store the calculated prime factors of any number input into the program previously.
To exit the program, type "quit" at any prompt.