Skip to content

Instantly share code, notes, and snippets.

@zhpmatrix
Last active December 31, 2015 17:39
Show Gist options
  • Save zhpmatrix/8021748 to your computer and use it in GitHub Desktop.
Save zhpmatrix/8021748 to your computer and use it in GitHub Desktop.
I push an image here.how about me?that's handsome,maybe poor...what ever?
#include <stdio.h>
int main(int argc,char* argv[]){
int i = 0;/* counter */
for(i = 0;i < 10000;i++){
printf("just try more...\n");
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment