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.
Ok switched around the expected and but was :)
Edit: I switched around the main tests and it worked, but switching around the sample tests and republishing doesn't seem to have any effect.
I hope that's how I was supposed to do it.
Thanks! I can add random tests.
I pass every test but test number 10?? Anyone know why maybe? What's different about 10?
Wow that's good.
Is it possible to use declaration expressions in c# on CodeWars? I keep getting this error:
error CS1644: Feature `declaration expression' cannot be used because it is not part of the C# 6.0 language specification.
I guess I can just declare the variables before, but I have a thing for making short code. Thanks :)