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.
c# - I tried solvning this using Distinct(), but i get this error, "src/Solution.cs(8,28): error CS1061: 'IEnumerable' does not contain a definition for 'Distinct' and no accessible extension method 'Distinct' accepting a first argument of type 'IEnumerable' could be found (are you missing a using directive or an assembly reference?)". I get en issue trying to use ToArray() too. However it works when i do it in VS, does anybody else get this issue?