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.
This comment is hidden because it contains spoiler information about the solution
i'm using C# btw
src/Solution.cs(8,13): error CS0246: The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)
src/Solution.cs(8,37): error CS0246: The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)
sTriangle_ValidPostiveNumbers_ReturnsTrue
Test Failed
Expected: True
But was: False
this is the only error i have from all 10 run test. what could go wrong?
How can the compiler didn't detect List variable? it's working in my VS2019! And it disemvowel really well.