We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc455a6 commit 5ee0eefCopy full SHA for 5ee0eef
1 file changed
project_euler/problem_007/sol1.rb
@@ -36,5 +36,5 @@ def solution?(nth)
36
primes[primes.length - 1]
37
end
38
39
-answer = solution?(1001)
+answer = solution?(10001)
40
p answer
0 commit comments