# demo of single level successive self-parameterization ``` mkdir build cd build cmake .. make -j8 ``` run code via ``` ./main_bin ```