/csharp-katas

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

Primary LanguageC#MIT LicenseMIT

csharp-katas

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

Prerequisites

You need to install the dotnet-sdk and the .NET 8.0 for your OS to build this project and run its tests.

Build

dotnet build

Run tests

dotnet test