Last active
December 7, 2019 13:10
-
-
Save ZacharyPatten/df2b08521e5954af41320c2c1d1dd4c3 to your computer and use it in GitHub Desktop.
Code Horror: new
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 ոew | |
{ | |
static void Main() | |
{ | |
ոew ոew = new ոew(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code compiles. It is horrible code you should never use, but it that is fun to look at.