Skip to content

Instantly share code, notes, and snippets.

@rngtm
Created June 6, 2013 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rngtm/5720189 to your computer and use it in GitHub Desktop.
Save rngtm/5720189 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(){
char _[]="hello!world";
char a[]="hello!world";
char b[]="hello!world";
char c[]="hello!world";
char d[]="hello!world";
char e[]="hello!world";
char f[]="hello!world";
char g[]="hello!world";
char h[]="hello!world";
char i[]="hello!world";
char j[]="hello!world";
char k[]="hello!world";
char l[]="hello!world";
char m[]="hello!world";
char n[]="hello!world";
char o[]="hello!world";
char p[]="hello!world";
char q[]="hello!world";
char r[]="hello!world";
char s[]="hello!world";
char t[]="hello!world";
char u[]="hello!world";
char v[]="hello!world";
char w[]="hello!world";
char x[]="hello!world";
char y[]="hello!world";
printf("%d\n",2013[h][e][l][l][o][_][w][o][r][l][d]);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment