We are utilizing github classroom as before.
To compile: At the top-level directory (where you should see CMakeLists.txt, build.sh, and src/), execute the build.sh file ("./build.sh" in your terminal, without quotes).
A new directory called "build" should have been created. Run your program by navigating to this directory and executing cyb3053_project2 ("./cyb3053_project2" in your terminal, without quotes).
You must utilize the Ubuntu server instance for development and compilation as before.