happy new year by Roy van Rijn

class h{public static void main(String[]a)throws Exception{int t=System.in.read()%4;String s[]="('-' )_d:M_(:_( '-')_M:b_:)".split("_");System.out.printf("happy %s new %s year!",s[t],s[t+3]);}}

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

download

return to the top page