summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy')
-rw-r--r--sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy b/sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy
new file mode 100644
index 0000000000..c3e71d5a32
--- /dev/null
+++ b/sandbox/old/contrib/implementation-script/testing/groovy/helloworld/src/main/resources/HelloWorld.groovy
@@ -0,0 +1,4 @@
+def getGreeting(name) {
+ return 'groovyHello ' + name
+}
+