Skip to content

Commit 868a865

Browse files
committed
naive solution
1 parent 0b5b7d9 commit 868a865

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/2024/day11.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ describe("day11 2024", () => {
1515
});
1616

1717
describe("part2", () => {
18-
test("it should work for part 2 examples", () => {
19-
// expect(part2(paste)).toEqual(paste);
20-
});
21-
2218
test("it should work for part 2 input", () => {
2319
expect(part2(input)).toEqual(234430066982597);
2420
});

0 commit comments

Comments
 (0)