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
cmake
Make
orNinja
or any othercmake
generator
mkdir build
cd build
cmake ..
cmake --build .