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.
You have typo in your code and it did not work, It should have been '\0' instead of '\n'.
So the following fix works.
I think the spec for ']' differs from the one of this test case. My solution is in Java.
Line
if (token.length()>1) mPlus.remove(mPlus.size()-1);
is redundant and can be removed.
How do I handle "Unknown Error"? Help please!
Add Rust too, please!