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.
I've removed C# from this kata.
I'm having the same issue.
There's still an issue with the return type of the function in c#. It needs to be public static string[] CapMe(string[] strings)
There is no testcase for c# ?
Is it a bug or something ?
Kata's requirement is an string array but the default function return type is integer...
My error log is unable to get this to run in less than 6000 ms. I have tried some other solutions but still not pass this requirement.