leap year by pooq

(loop(format t"~d is ~@[not ~]a leap year.
"(set'a(read))(>(if(=(mod a 100)0)(mod a 400)(mod a 4))0)))

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

download

return to the top page