Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Linq has been a part of C# since version 3. It is not a separate library. Using linq means you are writing functional code. If you are a beginner, you should try writing loops to understand programming but I would never use a loop to find an item in a collection in production code.
Thanks!
I'm getting this error for the C# solution. Please fix the issue.
Compilation succeeded - 1 warning(s)
{"stdout":"","stderr":"/tmp/csharp116429-24-vthy9a/fixture.cs(11,20): warning CS0414: The private field `KataTest.random' is assigned but its value is never used\n","wallTime":0}
There are some warnings in the C# solution about unused member fields in the tests which are assigned but not used.
This kata has a compilation issue in C#. Please fix it.
Compilation succeeded - 1 warning(s)
{"stdout":"","stderr":"/tmp/csharp116421-25-hhdjpk/fixture.cs(26,12): warning CS0219: The variable `val' is assigned but its value is never used\n","wallTime":0}