Anti-primes: Difference between revisions

→‎{{header|Julia}}: This modest amount of extra output, separate from, and as well as, that asked for in the task descriptioni seems fine.
(→‎{{header|REXX}}: removed the bad flag and added an HTML comment.)
(→‎{{header|Julia}}: This modest amount of extra output, separate from, and as well as, that asked for in the task descriptioni seems fine.)
Line 477:
 
=={{header|Julia}}==
 
{{incorrect|JuliaTask asks for a specific number of terms that would stop excessive output - check other solutions and task description if in doubt.}}
<lang julia>using Primes, Combinatorics
 
Anonymous user