Cuban primes: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Use Miller Rabin for primality tesing)
(→‎{{header|ALGOL 68}}: Added library)
Line 33: Line 33:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
{{libheader|ALGOL 68-primes}}
<syntaxhighlight lang="algol68">
<syntaxhighlight lang="algol68">
BEGIN
BEGIN