/* run this program using the console pauser or add your own getch, system("pause") or input loop */
intmain(intargc,char*argv[]){
printf("have %d file\n",argc-1);
//printf(argv[1]);
getchar();
return0;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.