yaworsw/euler-manager

View on GitHub
data/problems/10.yml

Summary

Maintainability
Test Coverage
---
:id: 10
:name: Summation of primes
:url: https://projecteuler.net/problem=10
:content: |+
  The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.

  Find the sum of all the primes below two million.