Jump to content

A+B: Difference between revisions

105 bytes added ,  14 years ago
added ocaml
(added ocaml)
Line 170:
}
}</lang>
 
=={{header|OCaml}}==
<lang ocaml>
Scanf.scanf "%d %d" (fun a b -> Printf.printf "%d\n" (a + b))
</lang>
 
=={{header|Pascal}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.