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

https://github.com/duskyelf/project-eular-rs

Solving Project Eular problems in rust
https://github.com/duskyelf/project-eular-rs

Last synced: 8 months ago
JSON representation

Solving Project Eular problems in rust

Awesome Lists containing this project

README

          

# Solving Project Eular problems in rust

### Solving all problems from https://projecteuler.net/archives
### All the problems are in separate modules under src directory

### Quick Test
```shell
$ git clone git@github.com:DuskyElf/project-eular-rs.git
$ cd project-eular-rs
$ cargo test
```