Skip to content

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

License

Notifications You must be signed in to change notification settings

borisskert/csharp-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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