Skip to content

Instantly share code, notes, and snippets.

@sutra
Last active August 24, 2020 10:32
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 sutra/de68eeb9f152b5acb342ffab4c2e87d8 to your computer and use it in GitHub Desktop.
Save sutra/de68eeb9f152b5acb342ffab4c2e87d8 to your computer and use it in GitHub Desktop.
public class Main {
private Main m = new Main();
public static void main(String[] args) {
new Main();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment