blob: d0f6ee9c0406765beda823b3cdc9d33755ca888e [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
// Hello, world.
function main(params) {
console.log('hello', params.payload+'!');
}