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 think you don't need if(dec[i] > 0)
I see.. thanks!
Well I am trying this kata in C++ and I get this:
Expected: equal to [ [unsupported type], [unsupported type], [unsupported type] ]
Actual: [ [unsupported type], [unsupported type], [unsupported type] ]
I print to the output, and it seems ok. Am I missing something?
Edit: Ok, I found out it was an off-by-one error, that got a leading space inserted in there. But [unsupported type] got me curious...
Totally forgot about re.. Nice one! ;)