Bigger power of two by m.ukai

let rec f?(n=read_int())i=i>n&f 1=Printf.printf"%d
"i;f~n(i*2);;f 1

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

download

return to the top page