Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created September 18, 2012 19:02
Show Gist options
  • Save jkremser/3745105 to your computer and use it in GitHub Desktop.
Save jkremser/3745105 to your computer and use it in GitHub Desktop.
enum quine
enum Q {a("enum Q{a(%c%s%c);Q(String t){System.out.printf(t,34,t,34);System.exit(0);}}");
Q(String t){System.out.printf(t,34,t,34);System.exit(0);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment