Compile the following code with cc -o schnitzi schnitzi.c and
run it with ./schnitzi 36 to test it, and try other
numbers. Explain what it does and why.
#include<stdio.h>
main(l,i,I)char**i;{l/=!(l>(I=atoi(*++i))||fork()&&main(l+1,i-1)||I%l);
return printf("%d\n",l);}
Subsections
Leo Liberti
2008-01-12