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
- Host: GitHub
- URL: https://github.com/lorien/euler
- Owner: lorien
- Created: 2025-03-23T13:05:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T20:07:41.000Z (9 months ago)
- Last Synced: 2025-06-04T23:21:56.761Z (7 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.