Move source files for 2015 day 04 src directory

This commit is contained in:
Patrick Auernig 2021-02-09 20:00:20 +01:00
parent 286bc5412f
commit 711dd0e5aa
3 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ macro_rules! infile {
}
const INPUTS: &[(&str, &str)] = &[
infile!("inputs/test.txt"),
infile!("inputs/puzzle.txt"),
infile!("../inputs/test.txt"),
infile!("../inputs/puzzle.txt"),
];
fn extract_result(pool: &ThreadPool<Vec<usize>>) -> Option<usize> {