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.
Hi, I had the same probem and no matter what I did it would go through the exception.
The large number that is escaping the try and catch is not just a number being passes through string incrementer. it is a bunch of letters and then a very large number.
for example in the random test it might be: "wdawbadhwJhbjHbKjhb0KKDm0003243724829847298374928374" and you error will be in the fact that 3243724829847298374928374 is too big when just caluclating that with int.
hopes this helps and good luck. -TJ3B