primitive brainfuck code by hallvabo

class P{static{try{for(int c=System.in.read();c>=0;System.out.print(c-->0?'+':'.'));}catch(Exception _){}}}

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

download

return to the top page