Skip to content

Commit 9c3eb05

Browse files
Update project_euler/problem_007/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
1 parent 4420ff4 commit 9c3eb05

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
@@ -1,6 +1,6 @@
11
#Project Euler Problem 7: https://projecteuler.net/problem=7
22
#10001st prime
3-
#By listing the first six prime numbers: 2, 3, 5, 7, 11, #and 13, we
3+
#By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we
44
#can see that the 6th prime is 13.
55
#What is the 10001st prime number?
66
#References: https://en.wikipedia.org/wiki/Prime_number

0 commit comments

Comments
 (0)