groovy_basic_syntax1
class Example {
static void main(String[] args) {
// Using a simple println statement to print output to the console
println('Hello World');
}
}INFO
class Example {
static void main(String[] args) {
// Using a simple println statement to print output to the console
println('Hello World');
}
}