Ad
  • Custom User Avatar

    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.

  • Custom User Avatar

    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)!

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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.

  • Custom User Avatar

    Ohhhh you did not write a brainfuck interpreter just to print hello world! Niiiiiiice. I salute you.

  • Custom User Avatar

    Oh man, this is awesome!