Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 471 Bytes

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