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.
print("balbla", flush=True)
Not a kata issue => closing.
The shortest solutions I can see in JS is about 8 lines, however most are quite larger. For example mine is 35. There are certainly mathematical elements to this kata however its far more than simply plugging in a formula.
If you use Python, you can print and flush it to see some value even if the code halts with a timeout.
print(some_value, flush = True)
12000ms limit is the total time limit.