Testcases

This commit is contained in:
2026-07-29 11:19:31 +00:00
parent 88d709cb16
commit b10545643d
5 changed files with 706 additions and 7 deletions

6
math.js Normal file
View File

@@ -0,0 +1,6 @@
function add(a, b) {
return a + b;
}
module.exports = { add };