segs by inaniwa

char s[];main(i,j,l){for(l=read(0,s,s);l/i;++i)for(j=0;j++<i;)printf("%.*s\n",j,s+l-i);}

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

download

return to the top page