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.
If black passes, then white passes, is that a KO Rule? Because in this situation black's position is repeating
Oops, it seems it does work. Earlier when I tried to run my code in it, the code threw an error in the declaration of main, but now it doesn't. My bad, it seems I was a bit hasty.
Python versions don't work
You're right, my bad. You made a really good kata, it's been a lot of fun to solve it.
This is one of the tests. Thanks for the fast reply btw!
In the random tests. It inputs a valid code, except for the fact that it reads but the input array is empty.
In the JavaScript version, it says that the transpiler should throw an error when no input was given (after a read call), but there is no way to do that since the program doesn't have access to the input.