N-Body Simulator
git clone https://github.com/jdinovi/HOOTSim.git
cd HOOTSim
export HOOTSIM_PATH=path/to/hootsim/directory # we recommend adding this to your shell configuration script (i.e. .zshrc, .bashrc)
make build
./bin/HOOTSim
make test
make coverage