blob: 8d462eef168acae116cdedb050423242320a5d10 [file]
export function add(a, b) {
return a + b;
}
// TODO: subtraction