Twin primes by murky-satyr

for(q,3,2e3,x:=q*(q+i:=2)
while(x%i>0,i=i+1)i<q or writeln(q,",",q+2))

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

download

return to the top page