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.
In the Kotlin version you have to rename the method to "findSmallestInt" from "findSmallestInteger" for the test to work.
To people having problems: sometimes it's helpful to read the instructions more carefully ;)
Thanks for the answer, I found the problem. And sorry for marking it as issue.
I have the issue that "scenario mask" gets cut down to the 8 least significant digits. Atleast that is what I think what happens because when I print it it only is 8 digits wide.