Twin primes by murky-satyr

for(p=2;p<1997;i||println("$p,$q"))for(i=p++;p*(q=p+2)%i--;)0

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

download

return to the top page