Created
October 8, 2018 13:32
-
-
Save kspalaiologos/3fb07555e68ec39e543e89dcc247676c to your computer and use it in GitHub Desktop.
Tiny C89 program that will blow mind of most highlighters.
This file contains 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
/\ | |
* \ Small valid C89 program. Fun fact is, it doesnt compile as cpp | |
* / NO extensions. Most highlighters and parsers are bailing out on this. | |
\/ | |
// ***/ func() { printf("Hello /* world */ %d ???/?=\n" ??/ | |
, 1? | |
'\\ | |
007': | |
'??/"'/*"*/ | |
);} | |
main() { | |
func(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment