Anaprimes: Difference between revisions

(Added Algol 68)
Line 33:
 
=={{header|ALGOL 68}}==
If running this with Algol 68G, a large heap size must be reuestedrequested on the command line with, e.g.: <code>-heap 512M</code> for version 2 under Windows. On TIO.RUN, it wanted <code>-heap=512M</code>
<syntaxhighlight lang="algol68">
BEGIN # find some anaprimes: groups of primes that have the same digits and #
3,044

edits