Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 349 Bytes

Project Euler Solutions (In Rust)

A collection of my solutions to Project Euler problems, written in Rust.

Repo Setup

Solutions are contained within /src, resources such as input text files are contained in /resources.

Solutions can be run and validated with cargo run.

Some solution modules contain a readme describing the solution.