Skip to content

Instantly share code, notes, and snippets.

@ZacharyPatten
Last active December 7, 2019 13:10
Show Gist options
  • Save ZacharyPatten/df2b08521e5954af41320c2c1d1dd4c3 to your computer and use it in GitHub Desktop.
Save ZacharyPatten/df2b08521e5954af41320c2c1d1dd4c3 to your computer and use it in GitHub Desktop.
Code Horror: new
class ոew
{
static void Main()
{
ոew ոew = new ոew();
}
}
@ZacharyPatten
Copy link
Author

This code compiles. It is horrible code you should never use, but it that is fun to look at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment