fork download
  1. let f = List.fold (fun x y -> x + y) 0
  2. printfn "%A" (f [3;4;5])
Success #stdin #stdout 0.17s 12344KB
stdin
Standard input is empty
stdout
12