Fix Day 1 file names

This commit is contained in:
Aadi Desai 2023-10-11 11:36:30 +01:00
parent e2427302fc
commit 2683576b71
Signed by: supleed2
SSH key fingerprint: SHA256:CkbNRs0yVzXEiUp2zd0PSxsfRUMFF9bLlKXtE1xEbKM
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
const INPUT: &str = include_str!("../input/d1p1.txt"); const INPUT: &str = include_str!("../input/d1.txt");
fn main() -> anyhow::Result<()> { fn main() -> anyhow::Result<()> {
let mut elves = INPUT let mut elves = INPUT