ON bit fixed by mitchs

s/0/333333333/
s/.* /00/
s/4/013/
s/3/111/g
:
p
s/01\(1*\)\(0*\)$/10\2\1/
t
d

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

download

return to the top page