restructuring #1

Merged
Mathis merged 6 commits from restructuring into main 2023-12-18 21:49:46 +00:00
11 changed files with 1 additions and 1 deletions
Showing only changes of commit 439b15d11e - Show all commits

View File

@ -1,7 +1,7 @@
use crate::utils::input_reader; use crate::utils::input_reader;
pub fn part_one() { 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; let mut result = 0;
for line in lines { for line in lines {