generated from mschoi/template
Add new problem module prob757 and update mod.rs to include it
- Introduced the `prob757` module, which is now part of the Project Euler series. - Updated the `mod.rs` file to include the new `prob757` module, ensuring it is accessible within the project.
This commit is contained in:
@@ -11,6 +11,7 @@ pub mod prob686;
|
|||||||
pub mod prob700;
|
pub mod prob700;
|
||||||
pub mod prob719;
|
pub mod prob719;
|
||||||
pub mod prob751;
|
pub mod prob751;
|
||||||
|
pub mod prob757;
|
||||||
pub mod prob800;
|
pub mod prob800;
|
||||||
pub mod prob808;
|
pub mod prob808;
|
||||||
pub mod prob816;
|
pub mod prob816;
|
||||||
|
|||||||
0
src/project_euler/prob757.rs
Normal file
0
src/project_euler/prob757.rs
Normal file
Reference in New Issue
Block a user