primitive brainfuck code by roxion1377

main(a){for(gets(&a);a+1;)putchar(a--?43:46);}\x0d

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

download

return to the top page