rev inter
part one is in the part-one branch.
part two is in the part-two branch.
part three is in the part-three branch.
Generate ninja build files and build:
$ cmake . -B build -G Ninja
$ cmake --build build
To run examples:
$ ./build/examples/example
$ ./build/examples/complex-example
To run tests:
$ ./build/tests/test