Work in progress!
You can check the style of the code by running make checkstyle.
Internally, this runs googles cpplint https://github.com/google/styleguide/tree/gh-pages/cpplint.
install cpplint using pip3
pip3 install cpplintInstall gtest using
nix-shell -p gtestapt install libgtest-devTo build the project, run make.