Rule 30 by zetamatta

n=0;o=""
for c in raw_input()+"  ":n=n*2+(c>" ")&7;o+=" #"[0<n<5]
print o

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

download

return to the top page