Fix name in problem function

This commit is contained in:
David Doblas Jiménez 2023-04-01 18:24:49 +02:00
parent fdf280d070
commit d60dccb6b8

View File

@ -11,7 +11,7 @@ https://projecteuler.net/problem=10
using BenchmarkTools
using Primes
function Problem10()
function Problem010()
#=
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.