by programming laboratories as a final project
Only CMake and your native C build system (Makefile / Visual Studio / XCode)
mkdir -p build
cd build
cmake ..
make # replace with proper build command
./wordament
Wordament-0 (tm) by programming laboratories
by programming laboratories as a final project
Only CMake and your native C build system (Makefile / Visual Studio / XCode)
mkdir -p build
cd build
cmake ..
make # replace with proper build command
./wordament
Wordament-0 (tm) by programming laboratories