Prime numbers p for which the sum of primes less than or equal to p is prime: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: Trivial variation of Summarize primes task. Now it isn't even a variation, it's the same task)
m (→‎{{header|Raku}}: Add comment)
Line 94: Line 94:


=={{header|Raku}}==
=={{header|Raku}}==
Trivial variation of [[Summarize_primes#Raku|Summarize primes]] task. Modified to do double duty.
<lang perl6>use Lingua::EN::Numbers;
<lang perl6>use Lingua::EN::Numbers;