Anaprimes: Difference between revisions

Content added Content deleted
(Created Nim solution.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,120: Line 1,120:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
Getting up to 1 billion takes around 2 minutes 25 seconds on my Core i7 machine. I've left it at that.
Getting up to 1 billion takes around 2 minutes 25 seconds on my Core i7 machine. I've left it at that.
<syntaxhighlight lang="ecmascript">import "./math" for Int
<syntaxhighlight lang="wren">import "./math" for Int
import "./fmt" for Fmt
import "./fmt" for Fmt