Skip to content

Commit

Permalink
naive solution
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 11, 2024
1 parent 0b5b7d9 commit 868a865
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/2024/day11.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ describe("day11 2024", () => {
});

describe("part2", () => {
test("it should work for part 2 examples", () => {
// expect(part2(paste)).toEqual(paste);
});

test("it should work for part 2 input", () => {
expect(part2(input)).toEqual(234430066982597);
});
Expand Down

0 comments on commit 868a865

Please sign in to comment.