Files
2026-07-29 10:02:02 -03:00

4 lines
46 B
JavaScript

export function add(a, b) {
return a - b;
}