Update project_euler/problem_010/sol1.rb

Co-authored-by: Stepfen Shawn <m18824909883@163.com>
This commit is contained in:
domix80 2023-02-23 16:01:44 +01:00 committed by GitHub
parent 4501f7fd99
commit d422a0b8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.