mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
Update project_euler/problem_010/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
This commit is contained in:
parent
4501f7fd99
commit
d422a0b8aa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#Project Euler Problem 10: #https://projecteuler.net/problem=10
|
||||
#Project Euler Problem 10: https://projecteuler.net/problem=10
|
||||
#Summation of primes
|
||||
#The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
|
||||
#Find the sum of all the primes below two million.
|
||||
|
|
Loading…
Reference in a new issue