sample-functions-framework-node/index.js (3 lines of code) (raw):

exports.helloWorld = (req, res) => { res.send('hello, world'); };