Created
November 2, 2020 11:50
-
-
Save 0xMLNK/d9b69d170b34ba4f5e34154bedd2c5bf to your computer and use it in GitHub Desktop.
Java without main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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