From b37c872a795532eb4dd198101890f9657ef9c74e Mon Sep 17 00:00:00 2001 From: Trivernis Date: Thu, 13 Feb 2020 09:53:11 +0100 Subject: [PATCH] Update Readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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