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.
Thanks! I've done a little search before publish my own, but the name is different and I couldnt find this.
Você sabe que eu fiz alguns katas em java, e quando eu olhava as soluções eu percebi que eu subestimei a linguagem hahah não imaginava que tinha tantas funções prontas, então partia pra fazer na mão.
There is no test. You should just submit your code.
even if I leave my code blank or I return true I get the error on line 8: expecting ')'.
I was using typecasting to. Once I removed, all my random texts are expecting 0 but they're getting the right value :o
My solution passes the test but when I submite I get some error with random tests.
#<ArgumentError: comparison of Fixnum with nil failed>
But, If I copy those random tests to my suit, they all pass.