KutayX7's brainfuck interpreter v0.0.1

Number of memory cells: 3000 (wraps around)
Number range: [0-255] integers (wraps around)
Supported operators: + - < > [ ] , .
EOF and after --> writes 0
Linefeed ('\n') --> decimal 10
This runs on the main thread, which means programs can freeze your browser until they halt!

Input


Output