An open API service indexing awesome lists of open source software.

https://github.com/borisskert/csharp-katas

This repo contains my solutions for some C# katas submitted in Codewars.
https://github.com/borisskert/csharp-katas

codewars codewars-kata codewars-kata-solution codewars-kata-solutions codewars-katas codewars-solutions csharp csharp-code csharp-library dotnet dotnet8 net80 netcore31

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# csharp-katas

![](https://www.codewars.com/users/besterboris/badges/micro)

This repo contains my solutions for some C# katas submitted in [Codewars](https://www.codewars.com).

## Prerequisites

You need to install the [dotnet-sdk](https://github.com/dotnet/sdk) and the [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
for your OS to build this project and run its tests.

## Build

```shell
dotnet build
```

## Run tests

```shell
dotnet test
```