init for prob4 part 1
This commit is contained in:
parent
c95ef5ebdb
commit
0b28444120
1000
prob4_part1.txt
Normal file
1000
prob4_part1.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
|||||||
pub mod prob1;
|
pub mod prob1;
|
||||||
pub mod prob2;
|
pub mod prob2;
|
||||||
pub mod prob3;
|
pub mod prob3;
|
||||||
|
pub mod prob4;
|
@ -21,6 +21,6 @@ fn main() {
|
|||||||
{
|
{
|
||||||
let file_path = "prob3_part2.txt";
|
let file_path = "prob3_part2.txt";
|
||||||
let max_part2 = prob3::solve_part2(file_path);
|
let max_part2 = prob3::solve_part2(file_path);
|
||||||
println!("Solution for problem 3 part 1: {max_part2}");
|
println!("Solution for problem 3 part 2: {max_part2}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
0
src/prob4/mod.rs
Normal file
0
src/prob4/mod.rs
Normal file
Loading…
Reference in New Issue
Block a user