This hand-in was done by:
The project is built using Gradle.
To build each part of the project, first navigate to either ChordDHT or MutexQuorumAlgorithm, and then follow the instructions below.
If Gradle is not installed, the gradle command can be swapped out for ./gradlew (or gradlew.bat on Windows).
To build the project, run gradle build.
To run tests, run gradle test.
To run the project, run gradle run.