My solutions for the codewars challenges using C# language and .NET Core 6.0
*If you don't know what is codewars, I suggest reading the official definition here
First you need .NET Core, after it, run the commands, you need change the functions in Program.cs, follow the exemple
dotnet build
dotnet run --project ./Challenges
MIT