Skip to content

Instantly share code, notes, and snippets.

@navicore
Created July 20, 2022 00:09
Show Gist options
  • Save navicore/faa3316e5363ffd879240616dee67282 to your computer and use it in GitHub Desktop.
Save navicore/faa3316e5363ffd879240616dee67282 to your computer and use it in GitHub Desktop.
public class Quine { public static void main(String[] args) { char c=34; System.out.println(s+c+s+c+';'+'}'); } static String s="public class Quine { public static void main(String[] args) { char c=34; System.out.println(s+c+s+c+';'+'}'); } static String s=";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment