Composite numbers k with no single digit factors whose factors are all substrings of k: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 1,513:
{{libheader|Wren-seq}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascriptwren">import "./math" for Int
import "./seq" for Lst
import "./fmt" for Fmt
 
var count = 0
9,476

edits