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.
Issue is too unspecific. You could at least mention in which language the last test case is wrong. Closing.
Whoops, sorry. Seems like I accidentially forgot to change
Integer -> Integer
toInt -> Integer
in the initial solution. Should be fixed. Just change the type of your function toInt -> Integer
and you should be fine.It's not really cheating, it just has a rather basic error. You should test it a bit more.