Erdös-Selfridge categorization of primes: Difference between revisions

Content added Content deleted
(Created Nim solution.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,188: Line 1,188:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
Runs in about 23.5 seconds.
Runs in about 23.5 seconds.
<syntaxhighlight lang="ecmascript">import "./math" for Int
<syntaxhighlight lang="wren">import "./math" for Int
import "./fmt" for Fmt
import "./fmt" for Fmt