Esoteric #4


/* e4.c                                         *
 * specially crafted to feed your brain by gera */

/* %what the hell?                              */

char buf[256];

int main(int argv,char **argc) {
	strcpy(buf,argc[1]);
	printf("live at 100%!");
	while(1);
}

{Previous} {index} {Next}