https://github.com/voidcoefficient/project-euler-rust
Project Euler's solutions written in Rust
https://github.com/voidcoefficient/project-euler-rust
Last synced: 11 months ago
JSON representation
Project Euler's solutions written in Rust
- Host: GitHub
- URL: https://github.com/voidcoefficient/project-euler-rust
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2021-05-29T02:50:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T18:15:36.000Z (over 3 years ago)
- Last Synced: 2025-02-26T03:35:47.630Z (12 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Euler's Rust Solutions
[](https://projecteuler.net/)
[](https://actions-badge.atrox.dev/paulo-e/project-euler-rust/goto?ref=main)
## Building & Running
To test the code yourself, run:
```sh
git clone https://github.com/paulo-e/project-euler-rust
cd project-euler-rust
cargo build --release # --release for performance
cd target/release
# run the challenges you want
```
## License
Learn more about [BSD-3-Clause](LICENSE) license.