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.
Check out this BF interpreter:
https://gkucmierz.github.io/brainfuck-interpreter
You can see HEX output in this.
"Hello World!" has 12 chars, your code has 13
.
operations. This solution cannot be correct.Print the terms of the sum, they're wrong.
Have you read the error message? It should be obvious what "expected X, instead got Y" means.
Now, that problem is solved but you still need to address this point:
Read the error message:
Don't change the sample tests to make your code "work", it's the other way around.
And what get you that idea? Please, use the starting code as it is, don't change the function's name or create a class, it won't work.
Stop creating issues, your code is wrong, read the description again, that exact case is explained there.
Your code is wrong in many ways.
}
?Hello
Post your code here, mark your post as having spoiler content.
This is the initial code:
You must have renamed the function to something else. The tests are ok. Click reset.