Last active
December 12, 2015 07:09
-
-
Save dlion/4734783 to your computer and use it in GitHub Desktop.
Because a nerd in love is too smart.
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> | |
| char*z="ou"; char*(b)="ar"; | |
| char*a="Y";char*s=" ";char*c="cfbvujgvm" | |
| ;int main(int(argc),char*argv[]){printf("%s",a); | |
| ;char(space)[2];(space)[0]=(s)[0];(space)[1]='\0'; | |
| ;printf("%s",z);printf("%s",space);printf("%se",b) | |
| ;char*l=space;printf("%s",l);int(i);char(n)[10]; | |
| for(i=0;i<10;i++){n[i]=c[i]-1;}n[9]='\0'; | |
| printf("%s",n);printf("%s",".") | |
| ;printf(("%s"),("\0")); | |
| printf("%s","\n"); | |
| ;int(v)=0; | |
| return( | |
| v); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just too good.