Created
February 11, 2016 13:02
-
-
Save secretGeek/4f1cbbf2ef27dc893d0b to your computer and use it in GitHub Desktop.
golf quine in c# (157 bytes)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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