Rule 30 by murky-satyr

"##"print
s:=File standardInput contents
while(s>"",if(s<"  !"or"# #"<s," ","#")print
s=s slice(1))

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

download

return to the top page