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.
This prob should eat less resources than .toString(), no?
brev=wit
brevity is talent's sister
I'm laughing so hard, this is a brilliant solution
Genius
Math.floor is redudant
fun toInt(): Int Converts this Double value to Int. -> The fractional part, if any, is rounded down. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/to-int.html
This is a good one!