primitive brainfuck code by eban

:$<
a:"+"c b A
A:b 0
0:b b c "."
b:"+++"c
c:d d
d:"+++++++"

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page