Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 821 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 821 Bytes

Bootstrap for C++ katas

CI Replit

Overview

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

Usage

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

Prerequisites

Build

make build

Run main

make run

Run tests

make test