commit 9394004233a436f28991862fe60e94892ebdca53 Author: peri4 Date: Sat Apr 22 12:37:27 2023 +0300 initial test diff --git a/src/org/SHS/platforms.groovy b/src/org/SHS/platforms.groovy new file mode 100644 index 0000000..4acd028 --- /dev/null +++ b/src/org/SHS/platforms.groovy @@ -0,0 +1,5 @@ +package org.SHS + +def sayHello(name) { + println "Hello, ${name}!" +} \ No newline at end of file