Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Kata Starter

A minimal C++ starter for coding katas: clone it, run the tests, start coding.

Prerequisites

A C++17 compiler and CMake 3.16 or newer. The first configure downloads GoogleTest, so it needs internet once.

Build and test

cmake -B build
cmake --build build
ctest --test-dir build

Run the app

./build/app

CLion and VS Code (CMake Tools) open the folder and run the test directly.

About

Minimal C++ starter for coding katas: clone it, run the test, start coding.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages