leap year by eban

s/$/ is not a leap year./
/.[^046]00/b
/[357][26] \|[02468][048] /s/not //

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

download

return to the top page