Commit 20c027ac authored by l2m2's avatar l2m2

upload.

parent fc0f8be6
exports.foo = function(a, b) {
return a + b;
}
module.exports = exports;
\ No newline at end of file
var foo = require("./common").foo;
var result = foo(3, 5);
print(result);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment