blob: 779517d95a7413ea40a3b3dc481f9d10c4fce136 [file] [log] [blame]
class GroovyMain {
static void main(String... args) {
new GroovyHello().sayHello()
}
}