Skip to content

asarkar/exercism-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions for Exercism C# Track. Feel free to open issues for questions, comments, or suggestions.

Development

Deleting bin and obj directories:

find . -type d \( -name bin -o -name obj \) -exec rm -rf {} +

Adding projects to solution

dotnet sln add <directory>

Running tests:

./.github/run.sh <directory>

License

Released under Apache License v2.0.

About

Exercism C# Track

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages