Skip to content

Bootstrap repository for coding katas in C++ using Catch2

License

Notifications You must be signed in to change notification settings

Coding-Cuddles/bootstrap-cpp-catch2

Repository files navigation

Bootstrap for C++ katas

Replit

Overview

This is a bootstrap repository for clean code katas in C++17 using Catch2.

Usage

You can import this project into Replit, and it will handle all dependencies automatically.

Prerequisites

Build

make

Run main

make run

Run tests

make test