Sequence of primes by trial division: Difference between revisions

Moved the tag </lang> at the correct place.
(Added missing final end of line.)
(Moved the tag </lang> at the correct place.)
Line 1,736:
write(stdout, fmt"{i:5}")
if count mod 15 == 0:
write(stdout, "\n")</lang>
echo()<lang>
 
{{out}}
Anonymous user