A Collection of Programs Written in C
This project uses the Meson build system. To build the code, use the following commands:
meson setup build/
ninja -C build/ all
Tests are written with Googletest and executed from Meson. To run the tests, use the following commands:
ninja -C build/ test