Calc.ets 61 Bytes Raw Blame History Permalink 1 2 3 export function add(a:number, b:number) { return a + b; }