Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 417 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 417 Bytes

You must have jdk installed to compile this code and jre to execute.

To install on Ubuntu:
sudo apt install default-jdk
sudo apt install default-jre

Use the buildAndRun.sh script to run the controller.
Use the runTests.sh script to run tests on the controller and see testingOutput.txt for the results.