Jump to content

Rare numbers: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 6,511:
===Traditional===
About 9.5 minutes to find the first 25 rare numbers.
<syntaxhighlight lang="ecmascriptwren">import "./sort" for Sort
import "./fmt" for Fmt
 
class Term {
Line 6,785:
===Turbo===
Ruffles the feathers a little with a time 5 times quicker than the 'traditional' version.
<syntaxhighlight lang="ecmascriptwren">import "./sort" for Sort
import "./fmt" for Fmt
import "./date" for Date
 
class Z2 {
9,483

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.