Skip to content

Instantly share code, notes, and snippets.

@kspalaiologos
Created October 8, 2018 13:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kspalaiologos/3fb07555e68ec39e543e89dcc247676c to your computer and use it in GitHub Desktop.
Save kspalaiologos/3fb07555e68ec39e543e89dcc247676c to your computer and use it in GitHub Desktop.
Tiny C89 program that will blow mind of most highlighters.
/\
* \ 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