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.
done
https://docs.codewars.com/training/troubleshooting#print-input
you need to print your input and debug your code. your code fails examples that are in the description, e.g. for
" //wont won't won't "
you return the list["won't", "wont", " "]
. A bug in your code is not a kata issue please ask questions when you need helpIn C# version numerous sample tests work in other environments, but fail here. In one of the tests I would be told it expected "aa" but my code returned "a". I then out of curiosity fixed it so my code would return "aa", for it to then fail, telling me my response should have been "a".