Code:

Input:

Brainfuck Code

  • 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:

Examples

Each button pre-populates the code, but does not execute it

Hello World

Prints "Hello world" by sequentially incrementing values until the ascii values equal the character codes.

Add Two Numbers

Put the 2 numbers to add on separate lines in the input. Only supports numbers with a sum less than 255.