RosettaCodeData/Task/A+B/OCaml/a+b.ocaml
2023-07-01 13:44:08 -04:00

1 line
62 B
Text

Scanf.scanf "%d %d" (fun a b -> Printf.printf "%d\n" (a + b))