Code:
Input:
Please enter your brainfuck code and input on the left.
For input, each line represents a new input, so 3 inputs may look like 1\n2\n3. Input needs to be a number between 0 and 255
Finally, select whether output is represented in ascii or numbers.
Output:
Each button pre-populates the code, but does not execute it
Prints "Hello world" by sequentially incrementing values until the ascii values equal the character codes.
Put the 2 numbers to add on separate lines in the input. Only supports numbers with a sum less than 255.