Brainfuck 🤓 Interpreter

Program Output:
Run program to see output

Sample Programs

(credit esolangs.org)

Cat

Simply outputs whatever is provided as input.

Hello World

The classic. Simply outputs "Hello World!"

Brainfuck Interpreter

Yep. A brainfuck interpreter, written in brainfuck by Daniel Cristofani. Enter a brainfuck program as the input using ! to separate the program from the input of the program. (Do NOT omit the !, as the interpreter expects it!)