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.
In test cases there are two tests with the same name.
bad test case
wrong example testcase... nothing new
test 2 ....
The test case Test2() appears twice in C#. Other than that typo it works fine.
This comment is hidden because it contains spoiler information about the solution
C# Unit Tet 2 is already defined.
Super minor: There are 2 Test2s. The 3rd test should be Test3.
I the last practice tests, there were as many negative 1's as positive. My program first detected the negative and so gave a wrong answer. If the kata supports negative numbers I think it would be really cool! ;)
Issues with TestCase naming.
Change the second "TestCase2" to "TestCase3"
Or consider a different naming convention.
This comment is hidden because it contains spoiler information about the solution