Mustachify by Shmiddty

for(;r=readline();print(r))for(a in b={"o o":"o ~","uuu":"\xc5\xa9\xc5\xa9\xc5\xa9","===":"== "," ^ ":"\xe2\x80\x97^\xe2\x80\x97"})r=r.replace(a,b[a])

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

download

return to the top page