primitive brainfuck code by uru

package
main
import."os"func
main(){b:=[]byte{1};Stdin.Read(b);for;b[0]>0;b[0]--{print("+")}print(".")}

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

download

return to the top page