Sieve of Eratosthenes: Difference between revisions

Content added Content deleted
Line 4,702: Line 4,702:
endif
endif


next n
next n</syntaxhighlight>
{{out| Output}}<pre>

prime numbers less than or equal to 120 are:
end</syntaxhighlight>
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 101 103 107 109 113 </pre>


=={{header|Crystal}}==
=={{header|Crystal}}==