Use these commands to run the Quidditch application:

Windows Users

>> javac src\main\Main.java

>> java src.main.Main

Mac Users

>> javac src/main/Main.java

>> java src/main/Main

All Users: You can also just use the run button.

See you there!