Crazy operation in Malbolge EASY by mitchs

:
s/\B\(\w*\) \(.\)/\2\x09\1_ /
t
s/00\|22/1_/
s/11/0_/
s/12/2_/
t
s/_*.\s//g

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

download

return to the top page