Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 784 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 784 Bytes

.NET 5

CodingGameKatas

Some katas from coding game website

In this repo, i m playing with some katas from coding game web site. The repo is structured into 3 projects:

1️⃣ CodingGameKatas : a class library containing kata description & proposed solution

2️⃣ CodingGameKatasTests : an xunit test project in order to verify proposed solution

3️⃣ CodingGameKatasBenchs : a console app project in order to bench proposed solution

Katas are the following :

✍️ IsTwinKata

✍️ IsDuoDigitKata

✍️ ClosestToZeroKata

Tools : vs19, net 5.0, xunit, fluentassertions, benchmarkdotnet