helloworld groovy code example
Example: hello world in groovy
public class Demo {
public static void main(String args[]) {
System.out.println("Hello World");
}
}
public class Demo {
public static void main(String args[]) {
System.out.println("Hello World");
}
}