A minimal C# starter for coding katas: clone it, run the tests, start coding.
.NET SDK 8.0 or newer.
dotnet test
dotnet run --project App
Any IDE with .NET support, including Rider, Visual Studio, and VS Code, can open the folder and run the test directly.