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 solution2️⃣
CodingGameKatasTests
: an xunit test project in order to verify proposed solution3️⃣
CodingGameKatasBenchs
: a console app project in order to bench proposed solutionKatas are the following :
✍️
IsTwinKata
✍️
IsDuoDigitKata
✍️
ClosestToZeroKata
Tools
: vs19, net 5.0, xunit, fluentassertions, benchmarkdotnet