- Open folder in command line
- Run
javac -d classes src/*.java
to compile. - Run
java -classpath ./classes src.Menu
to run the program.
- Place desired input file in the
Inputs
folder. - Run the program.
- When prompted, type the name of the input file. Do not include the file extension (i.e. .txt).