Prime ruin by chocobi

i,j;main(c){for(;++i<101;puts("")){for(c=j=i;--j>1;)c=c%j?c:j;for(j=i*2;j;)printf(--j/c%2?"_/":" ");}}

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

download

return to the top page