2 lines
62 B
Text
2 lines
62 B
Text
|
|
Scanf.scanf "%d %d" (fun a b -> Printf.printf "%d\n" (a + b))
|