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.
Should be fixed, and sorry for the trouble.
I might have broken something when doing an update. I will take a look later today.
Trying to run the tests in C# but this is what I get:
tests/Fixture.cs(62,37): error CS0118: 'Complex' is a namespace but is used like a variable
Should have returned -1.
I knew they had to be a way to reduce the loop. It just looked too obvious.
I gave up trying to find it but looks like you got it.
Getting this error when trying to attempt my already tested C# solution:
tests/Fixture.cs(106,17): warning CS0219: The variable 'passed' is assigned but its value is never used
This error is outside the scope of my assignment.