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.
f40b1e94eb | 5 years ago | |
---|---|---|
.idea | 5 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
Cargo.lock | 5 years ago | |
Cargo.toml | 5 years ago | |
README.md | 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
# run
./target/debug/primes [<start number>]