Divided into two parts:
- Exercise 1 - Statement - Branch; and
- Exercise 2 - Statement - Branch.
Codebase was provided by professors.
Use make
(= make all
), make clean
or make fmt
.
To be reminded to run make fmt
when necessary, run ./setup_hooks.sh
once to set a pre-commit hook. This may change in the future to edit files in-place in addition to aborting the commit, as a convenience.