Skip to content

bartsanchez/project-euler-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-euler-rust

The aim of this project is to learn the Rust language:

https://www.rust-lang.org/

Disclaimer

This project should not be considered as "good practices" neither for the implemented solution nor for the Rust code generated. Since I am creating this project for learning myself, it should ideally evolve as long as I acquire deeper Rust knowledge.

Execute solution

In order to obtain the solution of each problem, you just need to run:

$ cargo run

inside of the desired problem folder.

Testing solutions

In order to test each of solved problems, you just need to run:

$ cargo test

inside of the desired problem folder.

About

Project Euler problem's resolutions in Rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages