bobbylisp/simple.hlm

2 lines
47 B
Plaintext

let f = fun (x Int, y) Int -> x + y;
f(34, 35);