leap year by murky-satyr

stdin.get_s(1K).split("
"){y:it.to_i;it~" is "~(y%4>0||y%100<1&&y%400>0?"not ":"")~"a leap year." .p;}

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

download

return to the top page