mirror of
https://github.com/supleed2/advent-of-code-2022.git
synced 2024-11-10 03:05:48 +00:00
Fix Day 1 file names
This commit is contained in:
parent
e2427302fc
commit
2683576b71
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue