diff --git a/README.md b/README.md index f21c659..47f92e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# Primes with rust +# Euler 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. -A simple program that calculates prime numbers with multithreading. The resulting numbers are written to stdout and to the file primes.txt. ## Usage @@ -9,5 +12,5 @@ A simple program that calculates prime numbers with multithreading. The resultin cargo build --release # run -./target/release/euler-10 [] +./target/release/euler-10 ``` \ No newline at end of file