Added solution to problem 6

This commit is contained in:
2020-06-15 12:32:27 -04:00
parent 38f1de423e
commit f46932594b
3 changed files with 69 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//ProjectEulerRust/src/Problems.rs
//Matthew Ellison
// Created: 06-11-20
//Modified: 06-13-20
//Modified: 06-15-20
//This file just forwards all the problem modules
@@ -11,3 +11,4 @@ pub mod Problem2;
pub mod Problem3;
pub mod Problem4;
pub mod Problem5;
pub mod Problem6;