leap year by ksk

#!ruby -p
$_[/00$|$/]+=" is #{'not 'if$`.to_i%4>0}a leap year."

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

download

return to the top page