mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-12 20:48:16 +01:00
Update project_euler/problem_007/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
This commit is contained in:
parent
4420ff4172
commit
9c3eb0577e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#Project Euler Problem 7: https://projecteuler.net/problem=7
|
#Project Euler Problem 7: https://projecteuler.net/problem=7
|
||||||
#10001st prime
|
#10001st prime
|
||||||
#By listing the first six prime numbers: 2, 3, 5, 7, 11, #and 13, we
|
#By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we
|
||||||
#can see that the 6th prime is 13.
|
#can see that the 6th prime is 13.
|
||||||
#What is the 10001st prime number?
|
#What is the 10001st prime number?
|
||||||
#References: https://en.wikipedia.org/wiki/Prime_number
|
#References: https://en.wikipedia.org/wiki/Prime_number
|
||||||
|
|
Loading…
Add table
Reference in a new issue