Change the testing number

This commit is contained in:
domix80 2023-02-19 11:35:53 +01:00
parent bc455a62c5
commit 5ee0eef4ff

View file

@ -36,5 +36,5 @@ def solution?(nth)
primes[primes.length - 1]
end
answer = solution?(1001)
answer = solution?(10001)
p answer