Created
February 23, 2018 09:14
-
-
Save ohac/3787dfbbbd5cd22556f464c3e8e572cf to your computer and use it in GitHub Desktop.
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 foo { | |
| public: | |
| foo* operator>>(const char* str) { return (foo*)0; } | |
| }; | |
| #define cout void x(){foo a;a | |
| #define return0 ;} | |
| int main() { return 0; } | |
| /* | |
| $ cat boku.cpp | |
| #include<studio.h> | |
| int main(); | |
| cout>>"Hello World!" | |
| return0 | |
| $ g++ -I. boku.cpp | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment