Ad
  • Custom User Avatar

    OP solved it, closing

  • Default User Avatar

    Hi there, I'm a noob especially to codewars and C#, and really struggling with this one it's a good one.. could someone please tell me exactly what to write in my kata code to see the input, in C#? I've tried the usual System.Console.WriteLine() and even tried Log() and Print() as was suggested in another reply, and no luck. Many thanks in advance.

    Edit: I'm so sorry, I finally understood what was meant by print something besides the input.. This one works in C#:

    System.Console.WriteLine("Test input: " + input);