Revision of a C++ project from college with features up to C++17.
Featuring {fmt}!
I have included the original project for completeness, so that anyone viewing this repository can see the changes I have made from the original version.
- GCC, C++17 enabled
- {fmt}
- CMake version 3.13 or higher
- Install dependencies
cd OhGodMakeThePunsStop_version_2mkdir build && cd buildcmake -G "Unix Makefiles" ..make- Run
./OhGodMakeThePunsStop_version_2