leap year by pooq

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

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

download

return to the top page