This is an example project demonstrating the use of Snow. It has both a Makefile and a CMakeLists.txt for reference.
src/main.c
is the main program, which runs snow_main()
if testing is enabled.
src/vector.c contains both the implementation of vectors, and the implementation's test suite.