0
Challenge - Prime Numbers - PHP
Write a code in php to output the first milion prime numbers in order ( smallest -> largest ). The output page must load in less than 10sec.
1 Resposta
0
i wrote mine to output in 7,4sec. Just wanted to see if i had something special or not. Thanks in advance