happy new year by tttaki

g '('=')'
g ')'='('
g 'b'='d'
g c=c
main=interact(\x->unwords["happy",map g$reverse x,"new",x,"year!"])

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

download

return to the top page