checkers pattern by m.ukai

Scanf.scanf"%d %d"(fun j i->for k=0to j-1do
for m=1to i do
Printf.printf"%d%c"((m+k)mod 2)" 
".[m/i]done
done)

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

download

return to the top page