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.
Hi everyone
I have a weird issue in the kotlin version of this kata - as soon as I submit my code it times out even if I return null instantly.
Sometimes the code does not time out when I return a constant array:
I have the same question, but I still haven't figured it out. What do you mean by "the output is inside a loop"?Never mind I get it
Nevermind I oversaw that the output is inside a loop.
Hi fellows
I have a question:
Second test case in go expects as output 'Codewars\xff' . How can the output be 'Codewars\xff' if the boolfuck code contains only eight commands for outputting the bit under the pointer to the output stream (;) ? As per my understanding the output would then contain only one character (converted from the eight outputet bits) - what am I missing?
Thanks in advance :)