2 lines
47 B
Plaintext
Raw Normal View History

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