Skip to content

Instantly share code, notes, and snippets.

@0xMLNK
Created November 2, 2020 11:50
Show Gist options
  • Save 0xMLNK/d9b69d170b34ba4f5e34154bedd2c5bf to your computer and use it in GitHub Desktop.
Save 0xMLNK/d9b69d170b34ba4f5e34154bedd2c5bf to your computer and use it in GitHub Desktop.
Java without main.
class ClassName {
static {
// Code Here
System.exit(0); // to prevent console error alert
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment