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.
As student003 replied, this is due to a bug in exception handling. This bug has been fixed now, which results in the Test cases to run as intented.
An exception bug for C# in codewars has been fixed, which results in the Test cases to run as intented. This means many of the solutions posted on this kata do not pass the Submit Tests anymore, ie. they are wrong solutions. Mine included. Time to update your solutions in this kata (and maybe many other katas as well)!
This comment is hidden because it contains spoiler information about the solution
Instructions state that the expected return is "hello world!", however, test asserts for "hello world". Also, lower case? "Hello, World!" would be much better, however, I feel there could be some leeway, as in the test asserts for any variation, lowercase uppercase with commma without comma with exclamation without exclamation with minor typos etc.
Also, C# method should start with an uppercase letter, as in Greet instead of greet. Really. It should.
Ohhhh you did not write a brainfuck interpreter just to print hello world! Niiiiiiice. I salute you.
Oh man, this is awesome!