mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-10 20:48:11 +01:00
Change the testing number
This commit is contained in:
parent
bc455a62c5
commit
5ee0eef4ff
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ def solution?(nth)
|
||||||
primes[primes.length - 1]
|
primes[primes.length - 1]
|
||||||
end
|
end
|
||||||
|
|
||||||
answer = solution?(1001)
|
answer = solution?(10001)
|
||||||
p answer
|
p answer
|
Loading…
Add table
Reference in a new issue