Files
Nathan Anderson ed29333a87 WIP server
2023-08-13 22:44:10 -06:00

3 lines
40 B
OCaml

let add x y = x + y
let sub x y = x - y