Solved day 7 part 1
This commit is contained in:
parent
3a3f62148b
commit
9a5252b635
@ -56,8 +56,8 @@ fn main() -> Result<()> {
|
|||||||
println!("Solution for problem 6 part 2: {solution}");
|
println!("Solution for problem 6 part 2: {solution}");
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
let _file_path = "prob7.txt";
|
let _file_path = "prob7_part1.txt";
|
||||||
let solution = prob7::solve_part1(include_str!("../prob7.txt"))?;
|
let solution = prob7::solve_part1(include_str!("../prob7_part1.txt"))?;
|
||||||
println!("Solution for problem 7 part 1: {solution}");
|
println!("Solution for problem 7 part 1: {solution}");
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user