Harmonize module and input naming
This commit is contained in:
parent
3d6b90e328
commit
439b15d11e
|
@ -1,7 +1,7 @@
|
|||
use crate::utils::input_reader;
|
||||
|
||||
pub fn part_one() {
|
||||
if let Ok(lines) = input_reader::read_lines("./input.txt") {
|
||||
if let Ok(lines) = input_reader::read_lines("./input/input.txt") {
|
||||
let mut result = 0;
|
||||
|
||||
for line in lines {
|
||||
|
|
Loading…
Reference in New Issue