Skip to content

Instantly share code, notes, and snippets.

@secretGeek
Created February 11, 2016 13:02
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 secretGeek/4f1cbbf2ef27dc893d0b to your computer and use it in GitHub Desktop.
Save secretGeek/4f1cbbf2ef27dc893d0b to your computer and use it in GitHub Desktop.
golf quine in c# (157 bytes)
class c{static void Main(){var s="class c{{static void Main(){{var s={0}{1}{0};System.Console.Write(s,(char)34,s);}}}}";System.Console.Write(s,(char)34,s);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment