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.
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);