Update
This commit is contained in:
3
operations.js
Normal file
3
operations.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports.multiply = function (x, y) {
|
||||
return x * y;
|
||||
};
|
||||
Reference in New Issue
Block a user