summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-script/src/main/resources/helloworld.js
blob: 8a336ab1e74af15877753552d8cd7a0ffa72693b (plain)
1
2
3
4
function sayHello(name) {
   return "Hello " + name;
}