seq by ksk

let rec f x y=x<=y&f(Printf.printf"%d
"x;x+1)y;;Scanf.scanf"%d,%d"f

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

download

return to the top page