blob: 7d658310b0d95fd8c4981c2cc0fad840aebd6a20 [file] [log] [blame]
export function add(a, b) {
return a + b;
}