X by %20

y/3/ /
s/1/9999/
s/9/       /g
s/.*/X&X/p
h
:
s/\n.*//
t
s/X   / X /p
G
h
t
s/X//

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

download

return to the top page