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

https://github.com/lorien/euler

Project Euler solutions in Rust language
https://github.com/lorien/euler

Last synced: 6 months ago
JSON representation

Project Euler solutions in Rust language

Awesome Lists containing this project

README

          

## Project Euler Solutions

This repo contains solutions for project Euler written in Rust language.

### Usage

To run solution for problem 3 use the command `cargo run --example problem3`.

There must be line like `problem3: 222` in file "data/solutions.yml" if you want to validate
the solution result, where `222` supposed to be a valid result.