Skip to content

Commit

Permalink
fix: Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jortrr committed Jul 19, 2024
1 parent c72677f commit e1660df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/day03.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ fn main() {
// Part 1
test!(540131, sum);
// Part 2
test!(false, "Part 2");
//test!(false, "Part 2");
}
2 changes: 1 addition & 1 deletion src/day05.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ humidity-to-location map:

//Part 2
//TODO: Redo this
test!(false, "Part 2");
//test!(false, "Part 2");
/*
let mut ranged_seeds: Vec<i64> = Vec::new();
for i in (0..seeds.len()).step_by(2) {
Expand Down

0 comments on commit e1660df

Please sign in to comment.