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.
Great Kata, thank you!
This comment is hidden because it contains spoiler information about the solution
Hi.
Golang tests:
Basic
[],[] - expected to return false
Random
[],[] - expected to return true
Please clarify or fix.
Thank you in advance
Works for me now, thank you!
There is an issue in Golang tests with "MY SPACE" quote, which should be treated as an error per instructions (quote shouldn't contain whitespaces)
However it's tested differently (somewhere it counts, somewhere it doesn't, somewhere it just disappears)
One example
Hi.
Yes, works like a charm now with my "workaround" removed.
Thank you!
This comment is hidden because it contains spoiler information about the solution