Master 💻 |
---|
List of coding challenge questions with my solutions using c# dotnet.
-
Install
latest
version or^2.0.0
of dotnet core. -
Restore and Build the project.
$ dotnet restore && dotnet build
- Run all the tests.
$ dotnet test
List of coding challenge questions with my solutions using c# .NET core.
C#GPL-3.0