3 lines
40 B
OCaml
3 lines
40 B
OCaml
|
let add x y = x + y
|
||
|
let sub x y = x - y
|