Bisection by benl

#define w write(1,
char b[9];main(c){while(gets(b))c=strlen(b),w b,c/2),w" ",1),w b+c/2,c/2),w"\n",1);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page