in _includes/code/hello.js [1:4]
function main(args) { const name = args && args.name || "stranger"; return { greeting: `Hello ${name}!` }; }