mirror of
https://bitbucket.org/Mattrixwv/projecteulerrust.git
synced 2025-12-06 17:43:58 -05:00
Added solution to problem 6
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user