2021-06-11 18:22:18 +08:00

8 lines
81 B
JavaScript

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