Update README
parent
598fd83190
commit
f40b1e94eb
@ -1 +1,13 @@
|
|||||||
primes
|
# 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>]
|
||||||
|
```
|
Loading…
Reference in New Issue