Files
2026-05-26 23:36:42 -07:00

4 lines
54 B
JavaScript

exports.add = function add(a, b) {
return a + b;
};