https://github.com/idematos/rust-project-euler
Some solutions for Project Euler's problems written in Rust.
https://github.com/idematos/rust-project-euler
project-euler project-euler-solutions rust rust-lang rustlang
Last synced: 9 months ago
JSON representation
Some solutions for Project Euler's problems written in Rust.
- Host: GitHub
- URL: https://github.com/idematos/rust-project-euler
- Owner: idematos
- License: mit
- Created: 2024-03-05T09:27:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T20:21:12.000Z (about 1 year ago)
- Last Synced: 2025-04-25T09:13:46.190Z (10 months ago)
- Topics: project-euler, project-euler-solutions, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Project Euler
Some solutions for [Project Euler](https://projecteuler.net/)'s problems written in Rust.
## Prerequisites
Rust and Cargo installed. You can download them from [here](https://www.rust-lang.org/tools/install).
## Usage
Run a specific problem:
cargo run --bin problem001
## Contributions
Feel free to open an issue or submit a pull request if you have questions or suggestions.