happy new year by pooq

a=readLines("stdin")
b="('-' )"
if(a==":)")b="(:"
if(a=="M:b")b="d:M"
cat("happy",b,"new",a,"year!")

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

download

return to the top page