fix file reference in day1_2
This commit is contained in:
@@ -2,6 +2,6 @@ use std::fs;
|
|||||||
use aoc2022::day01::process_part_2;
|
use aoc2022::day01::process_part_2;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let file = fs::read_to_string("./input.txt").unwrap();
|
let file = fs::read_to_string("./inputs/day1.txt").unwrap();
|
||||||
println!("{}", process_part_2(&file));
|
println!("{}", process_part_2(&file));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user