Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active December 2, 2021 13:24
Embed
What would you like to do?
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