Skip to content

Commit 5ee0eef

Browse files
committed
Change the testing number
1 parent bc455a6 commit 5ee0eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project_euler/problem_007/sol1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def solution?(nth)
3636
primes[primes.length - 1]
3737
end
3838

39-
answer = solution?(1001)
39+
answer = solution?(10001)
4040
p answer

0 commit comments

Comments
 (0)