Ad
  • Custom User Avatar

    Throw just causes an exception to appear, for an example

    throw new NotImplementedException("Greet is not implemented.");
    

    will send an exception of NotImplementedException with the description "Greet is not implemented"

  • Custom User Avatar

    You can always ask for help on #csharp channel of Codewars Discord. Someone there will definitely be willing to explain.

  • Custom User Avatar

    (Offtopic answer deleted)