Ultra useful primes: Difference between revisions

Content added Content deleted
m (julia example)
m (julia example)
Line 35: Line 35:
</pre>
</pre>


=={{header{{Julia}}==
=={{header|Julia}}==
<lang julia>using Primes
<lang julia>using Primes


Line 46: Line 46:
3.896011 seconds (266.08 k allocations: 19.988 MiB, 1.87% compilation time)
3.896011 seconds (266.08 k allocations: 19.988 MiB, 1.87% compilation time)
</pre>
</pre>




=={{header|Perl}}==
=={{header|Perl}}==