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.
- Host: GitHub
- URL: https://github.com/borisskert/csharp-katas
- Owner: borisskert
- License: mit
- Created: 2022-04-02T12:19:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T07:30:23.000Z (almost 2 years ago)
- Last Synced: 2024-06-29T07:33:05.721Z (almost 2 years ago)
- Topics: codewars, codewars-kata, codewars-kata-solution, codewars-kata-solutions, codewars-katas, codewars-solutions, csharp, csharp-code, csharp-library, dotnet, dotnet8, net80, netcore31
- Language: C#
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# csharp-katas

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
```