File size: 59 Bytes
381b90d
c0735f4
381b90d
1
2
3
4
export function add(left, right) {
	return left + right;
}