Collatz Problem by ksk

let rec($)x y=Printf.printf"%d
"x;x/2*2=x&x/2$x-2;x*3+y/y$y;;read_int()$3

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

download

return to the top page