Skip to content

Commit d422a0b

Browse files
Update project_euler/problem_010/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
1 parent 4501f7f commit d422a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project_euler/problem_010/sol1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Project Euler Problem 10: #https://projecteuler.net/problem=10
1+
#Project Euler Problem 10: https://projecteuler.net/problem=10
22
#Summation of primes
33
#The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
44
#Find the sum of all the primes below two million.

0 commit comments

Comments
 (0)