leap year by ksk

let rec(!)?(x=read_int())y=Printf.printf"%d is %sa leap year.
"x[|"not ";""|].(x/4*4/x-x/100*100/x+x/y*y/x);!y;;!400

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

download

return to the top page