Quick actions

cmd+k|ctrl+k

Navigation

Languages

groovy_basic_syntax1

Snippet info

Language

Groovy

Visibility

public

Author

w3xue

Created

2023-01-06T11:58:34.144092Z

Updated

2023-01-06T11:58:34.144092Z

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