Primes which contain only one odd digit: Difference between revisions

m
Small fix of Nim solution
m (Small fix of Nim solution)
Line 620:
 
var count = 0
for _ in primesOneOdd(100_000_0001_000_000):
inc count
echo "\nFound $# primes with only one odd digit below 1_000_000.".format(count)</lang>
1,480

edits