epitls-camelo/example/source.ml
2023-01-20 08:29:23 +01:00

5 lines
55 B
OCaml

let add a b = a + b;;
let failure = a+ b;;
add 3 4;;