commit 61c46e49df2ea1d01e093e4d0ee55733f087af6f Author: Trivernis Date: Thu Feb 13 09:18:45 2020 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d14457 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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 + +```bash +# compile +cargo build --release + +# run +./target/release/primes [] +``` \ No newline at end of file