Piprimes: Difference between revisions

Line 64:
printf("%3d%1s",running,++count%10?"":"\n")
}
printf("\nPiPrimes 1-%d: %d\n",running-1,count)
exit(0)
}
Line 89:
18 18 18 18 18 18 19 19 19 19
20 20 21 21 21 21 21 21
PiPrimes 1-2221: 78
</pre>
 
477

edits