Skip to content
Snippets Groups Projects
Commit b55d7f97 authored by Aleksander Johansen's avatar Aleksander Johansen :pill:
Browse files

Godteri er godt

parent b667f3c3
Branches master
No related tags found
No related merge requests found
Pipeline #22890 failed
function sum(a, b) {
return a + b;
return a + b + 2;
}
module.exports = sum;
\ No newline at end of file
module.exports = sum;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment