Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active December 2, 2021 13:24
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 MartinZikmund/3dd87ee1d1f20b2f1d9680f35790ccba to your computer and use it in GitHub Desktop.
Save MartinZikmund/3dd87ee1d1f20b2f1d9680f35790ccba to your computer and use it in GitHub Desktop.
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