In C!
⚠️ WARNING: Highly inefficient code
This will not work when compiling with MSVC, because it doesn't support some libc functions (strsep, etc.)
These are instructions for UNIX systems, if you use windows, go figure it out yourself
- GCC / Clang or any compatible C compiler
cmakeMakeorNinjaor any othercmakegenerator
mkdir build
cd build
cmake ..
cmake --build .