Linus Sequence by ush

i;main(j,p)char*p;{for(;i<1e3;putchar(*p++=49+p[~j]%2))for(j=i++;strncmp(p-j,p-j+~j,--j););}

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

download

return to the top page