To compile this project, run "./compile.sh".
To run this project, run: - "./run_first.sh" then "run_second.sh" (in seperate terminals) - manually - run "./app" while in folder "Enclave_2" then "./app" while in folder "Enclave_1" (in seperate terminals)
To look for the annotations (as specified in Section 2.2 of the assignment), run:
grep -Rn "EXERCISE_ANNOTAION"
After executing the command, you will be provided with the list of relevant files and line numbers where the annotations are.