summaryrefslogtreecommitdiffstats
path: root/sandbox/container.groovy/src/main/resources/greetings.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/container.groovy/src/main/resources/greetings.groovy')
-rw-r--r--sandbox/container.groovy/src/main/resources/greetings.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/container.groovy/src/main/resources/greetings.groovy b/sandbox/container.groovy/src/main/resources/greetings.groovy
new file mode 100644
index 0000000000..65878f45a3
--- /dev/null
+++ b/sandbox/container.groovy/src/main/resources/greetings.groovy
@@ -0,0 +1,3 @@
+def greet(name) {
+ println "Hello ${name}"
+}