fork download
  1. let add : (int -> int -> int) = fun a b -> a + b;;
Success #stdin #stdout 0.02s 2780KB
stdin
Standard input is empty
stdout
Standard output is empty