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 made one in c#
[Clojure]
Tests give this error, which is not coming from my code:
Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: next-row in this context, compiling:(/home/codewarrior/./test.clj:41:18)
Fun kata! Did anyone else solve it with a regex?
[Clojure] Description says to assume that
,
will never be invoked when input stream is exhausted, but there is a test for "insufficient input" that is just","
with an empty string as input.