function main()

in setup/nuvolaris/hello.js [20:23]


function main(args) {
  let name = args.name || "world"
  return { "body": "hello, "+name }
}