Skip to content

Commit 96e0438

Browse files
committed
2024 q23
1 parent 3353caa commit 96e0438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twentytwentyfour/src/test/java/com/icecreamhead/adventofcode/q17/ChronospatialComputerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void p2_sample() throws InterruptedException {
4141

4242
@Test
4343
void p2_experiment() {
44-
System.out.println(p2recurse(0, 0, puzzle).orElseThrow());
44+
//System.out.println(p2recurse(0, 0, puzzle).orElseThrow());
4545
}
4646

4747
// private long p2(String input) throws InterruptedException {

0 commit comments

Comments
 (0)