Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethan-arrowood/project-euler-rust
A repo for Project Euler solutions implemented in Rust (so I can practice the language)
https://github.com/ethan-arrowood/project-euler-rust
Last synced: 26 days ago
JSON representation
A repo for Project Euler solutions implemented in Rust (so I can practice the language)
- Host: GitHub
- URL: https://github.com/ethan-arrowood/project-euler-rust
- Owner: Ethan-Arrowood
- Created: 2020-01-08T18:51:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T16:11:51.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T17:43:09.905Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler in Rust
A workspace of [Project Euler]() solutions for user [ethan-arrowood]() written in Rust.
This is a learning exercise for better understanding the Rust programming language.
This repo is a workspace. Each directory maps to a single problem in Project Euler.
Run code using `cargo run -p `
`` corresponds to entries within the `Cargo.toml` file which also maps directly to the names of the directories in this repo.