function main()

in runtimes/proxy/single_entrypoint/hello_world.js [18:20]


function main() {
  return {payload: 'Hello World!'};
}