hello hello world by tails

G
:
s/.\w*/&0&1&2/g
T
s/10201.*//
T
s/^0*//mg
s/./0/
s/\B/ /g
s/2/0!/g
s/0/world/g
s/1/hello/g

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

download

return to the top page