Skip to content
Snippets Groups Projects
Commit 64d3df2e authored by Anders Hallem Iversen's avatar Anders Hallem Iversen
Browse files

La til en feil i en test

parent 44de106e
No related branches found
No related tags found
No related merge requests found
Pipeline #22422 failed
function sum(a, b) {
return a + b;
return a + b + 1;
}
module.exports = sum;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment