Skip to content

Instantly share code, notes, and snippets.

@pditommaso
Created May 9, 2017 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pditommaso/412cea38de7cdac701eca40f266e0c39 to your computer and use it in GitHub Desktop.
Save pditommaso/412cea38de7cdac701eca40f266e0c39 to your computer and use it in GitHub Desktop.
@groovy.transform.CompileStatic
class Hello {
static void main( String... args ) {
System.out.println "Hello world!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment