exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
333 stars 339 forks source link
community-contributions-paused exercism-track

Exercism C# Track

Test

Exercism exercises in C#

Contributing Guide

Please see the contributing guide

Adding a new exercise

To add a new exercise, run the bin/add-new-exercise.ps1 PowerShell script:

pwsh bin/add-new-exercise.ps1 bob

This will create all the necessary files and tests for you. Then you just need to implement the Example.cs file and to check if the generated tests make sense. Parameters and examples for running the script can be found in the script file.

Support

Need assistance? Check out the Building Exercism subcategory on the Exercism forum where you can get support and ask questions.