Use the file run.sh to run your code as it attaches the library along with your code.
Usage:

./run.sh <file_to_compile>


You can also print the SAST using:

./run.sh -a <file_to_compile>


You can run all the test cases using:

./testall.sh
