Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergi0g/primes

Calculate primes with Rust
https://github.com/sergi0g/primes

Last synced: 3 days ago
JSON representation

Calculate primes with Rust

Awesome Lists containing this project

README

        

# Primes
Calculating primes with Rust

This is my first program in Rust.

To run it:
```sh
$ git clone https://github.com/hex-developer/primes.git
$ cd primes
$ cargo run --release
```

Just sit back and watch!