Twin primes by *yuko*

for i=3to 2e3j=1
1j=j+1:if mod(i*(i+2),j)goto 1
if j=i?i,",",i+2
next

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

download

return to the top page