borisskert / c-katas

This repo contains my solutions for some C katas submitted in Codewars.

Repository from Github https://github.comborisskert/c-katasRepository from Github https://github.comborisskert/c-katas

C Katas

This repo contains my solutions for some C katas submitted in Codewars.

Setup

Prerequisites

You need to install following tools/packages:

  • gcc
  • cmake
  • clang
  • meson/ninja

Build

cd build # (from project root)
cmake ..
cmake --build .

Run tests

cd build # (from project root)
./test/c_katas_test

Run tests in docker environment

docker compose up --build

About

This repo contains my solutions for some C katas submitted in Codewars.

License:MIT License


Languages

Language:C 97.9%Language:CMake 1.2%Language:Dockerfile 0.9%