mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-09 08:46:19 +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]
|
||||
end
|
||||
|
||||
answer = solution?(1001)
|
||||
answer = solution?(10001)
|
||||
p answer
|
Loading…
Add table
Reference in a new issue