Skip to content

Instantly share code, notes, and snippets.

@pmbauer
Created September 10, 2011 05:23
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 pmbauer/1207968 to your computer and use it in GitHub Desktop.
Save pmbauer/1207968 to your computer and use it in GitHub Desktop.
Quine, a self-printing program
BEGIN{S="BEGIN{S=\"%s\";s=S;gsub(/\\\\/,\"\\\\\\\\\",s);gsub(/\\\"/,\"\\\\\\\"\",s);printf(S,s)}";s=S;gsub(/\\/,"\\\\",s);gsub(/\"/,"\\\"",s);printf(S,s)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment