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

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

Awesome Lists containing this project

README

          

# Project Euler's Rust Solutions

[![Project Euler](https://projecteuler.net/profile/minsk-dev.png)](https://projecteuler.net/)

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpaulo-e%2Fproject-euler-rust%2Fbadge%3Fref%3Dmain&style=flat)](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.