Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jedireza/projecteuler-rs

My projecteuler.net solutions in Rust
https://github.com/jedireza/projecteuler-rs

Last synced: 23 days ago
JSON representation

My projecteuler.net solutions in Rust

Awesome Lists containing this project

README

        

# projecteuler-rs

My projecteuler.net solutions in Rust.

## Run a solution

```bash
usage:
cargo run --bin
The name of the problem file. Ex: p001, p012, p142
```