fix: download input to data/ folder

This commit is contained in:
2023-11-23 00:14:04 +01:00
parent 0000038084
commit 00000390f2
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ fn main() {
.text()
.unwrap();
let input_path = format!("src/inputs/{day_padded}.txt");
let input_path = format!("data/inputs/{day_padded}.txt");
let mut file = match OpenOptions::new()
.write(true)
.create(true)