Skip to content
Snippets Groups Projects
Commit e4d71eab authored by mvrp21's avatar mvrp21
Browse files

OK


Signed-off-by: default avatarMarcus V. <mvrp21@inf.ufpr.br>
parent 6bb97dda
Branches
No related tags found
No related merge requests found
Pipeline #40591 passed
function addNumbers(a, b) { module.exports = function addNumbers(a, b) {
return a + b; return a + b;
} }
module.exports = addNumbers;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment