Skip to content

Commit

Permalink
fix: unbreak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eljamm committed Jan 24, 2025
1 parent e0f8ad5 commit a2ae6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/05.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn part_one(input: &str) -> Option<u32> {
let (seeds, categories) = read_input(input).unwrap();
eprintln!("DEBUGPRINT[2]: 05.rs:9: seeds={:#?}", seeds);
eprintln!("DEBUGPRINT[3]: 05.rs:9: maps={:#?}", categories);
Some(0)
None
}

pub fn part_two(input: &str) -> Option<u32> {
Expand Down
File renamed without changes.

0 comments on commit a2ae6db

Please sign in to comment.