Hello-world  1.0.0
Template Repository for a CMake base C++ program..
Hello-World

Template Repository for a CMake base C++ program.

Building

Requirements

Cmake Cmake is used to compile the program. You can download cmake here.

Compiling

git clone https://github.com/ecyht2/cpp-template.git
cd cpp-template/
cmake . && cmake --build .

Usage

After compilation a directory bin/ should be created in the repository. To run it, run the command.

bin/hello-world

Documentation

Documentation of the coursework can be found in the project GitHub pages.

TODO