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.
Add one or two examples in the description.
C# Translation ready !
unclear specs:
' '
(ASCII 32) space, or also newline'\n'
(ASCII 10) , line feed'\f'
, etc, traditionally called whitespace ?COBOL translation (author is inactive).
Clojure Translation ready for review.
There are two things.
First, the description is misleading because of a typo:
should read:
not
apart
which may be understood asseparately
, buta part of word
, which meanstogether with word
The other thing is about tests. The tests should include strings with leading / trailing spaces and multiple spaces between words.
Scala has no tests with leading spaces and multiple consecutive spaces.