initial test

This commit is contained in:
2023-04-22 12:37:27 +03:00
commit 9394004233

View File

@@ -0,0 +1,5 @@
package org.SHS
def sayHello(name) {
println "Hello, ${name}!"
}