Crazy operation in Malbolge EASY by %20(mitchs)

:
s/^\(\w\)\(.* .\)/\2\1 /
t
s/00\|22/1/
s/11/0/
s/21/2/
t
s/.\B\| //g

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

download

return to the top page