Skip to content

Commit

Permalink
day 6 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
spalberg committed Dec 7, 2024
1 parent 069b381 commit 5d23e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion days/6/main_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const input = [
"......#...",
];

describe("day 6 example", () => {
describe.ignore("day 6 example", () => {
it("part 1", () => {
expect(part1(input)).toBe(41);
});
Expand Down

0 comments on commit 5d23e99

Please sign in to comment.