cpp-template
C++ template for starting your projects faster
💾 Getting started
Requirements
- C/C++ compiler
- CMake & Make
How to start?
- Clone the repo
-
Change project name in
CMakeLists.txt
-
Compile the code
NOTE: If you're using fish, remove the
$
sign.
- Have fun!