Summation of Primes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trivernis be74b0e517 Change project name 5 years ago
src Change project name 5 years ago
.gitignore Add program to calculate primes 5 years ago
Cargo.lock Change project name 5 years ago
Cargo.toml Change project name 5 years ago
LICENSE Add program to calculate primes 5 years ago
README.md Change project name 5 years ago

README.md

Primes with rust

A simple program that calculates prime numbers with multithreading. The resulting numbers are written to stdout and to the file primes.txt.

Usage

# compile
cargo build --release

# run
./target/release/euler-10 [<start number>]