Created
September 5, 2016 20:07
-
-
Save zlsun/3dab4b7c4009f7b64a608221b6fd9c45 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
| #include<stdio.h> | |
| extern int(a),(b); | |
| typedef int(I); | |
| struct A{ | |
| int(a); | |
| }; | |
| struct B:A{ | |
| (B)(B(())):A{A{{}}}{}; | |
| }; | |
| int(main)(int(argc),char**argv){ | |
| A(a); | |
| printf("Hello\x20World\n"); | |
| return(0); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment