Compare commits

..

No commits in common. "nodejs-2.16.15" and "main" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1 +1,2 @@
# commonjs hello-world # samples

View File

@ -1,3 +0,0 @@
exports.main = (req, res) => {
res.send('hello, world');
};