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.
why didnt you close the issue then ? ;-)
My bad I assumed the example test outputs a BF program and didn't verify it.
Seems like user error, can confirm it works now.
I run this code in a couple of interpreters and it seems to return
Hello World!
in all of them. The kata does not seem to be broken. Why exactly do you think it's broken, and how does the example not work for you?Is the BF kata broken?
I ran the suggested test input from the previous issue in order to verify->
"-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.---[->+++<]>.-[--->+<]>---.+++.------.--------.-[--->+<]>."
Returns '' instead of 'Hello World!'