Compare commits

..

No commits in common. "v2" and "main" have entirely different histories.
v2 ... main

2 changed files with 2 additions and 4 deletions

View File

@ -1 +1,2 @@
# commonjs hello-world
# 7748c67fc1a94811846a485c1c299712

View File

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