leap year by ott

#!perl -p
s/$/ is a leap year./;$_%400*(/00 /||$_%4)&&s/s/s not/

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

download

return to the top page