
int main(int argc, char *argv[]) {

char buffer[1024];

strcpy(buffer,argv[1]);

return 0;
}

