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're right... My first shot to the kata creation... I'll spend more time to them in the next tries ;D
@chischaschos is right, it's very slow, I've tried this approach to a oneliner. What do you think?
I'm getting this error: NameError: undefined local variable or method `message' for Test:Class
It seems to be an Test error, doesn't it?
Sincerely, for number operations I really think that is a bad idea to use recursivity, since depending of the number, we can extend get a looong call stack, probably making a call stack overflow
I think that is better start with 1, don't you?