2 lines
42 B
Plaintext
Raw Normal View History

2020-02-05 16:28:40 +01:00
let add (a : int) (b : int) : int = a + b