From 2ad98687fa090bd9c5c8756bd75d5a870986ec57 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 5 Jan 2025 11:07:00 +0200 Subject: [PATCH] fix file name --- examples/aoc2024/day24/part2.jou | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aoc2024/day24/part2.jou b/examples/aoc2024/day24/part2.jou index 16956c0c..386dd32f 100644 --- a/examples/aoc2024/day24/part2.jou +++ b/examples/aoc2024/day24/part2.jou @@ -331,7 +331,7 @@ def main() -> int: test_counting() ngates: int - gates = read_gates("input", &ngates) + gates = read_gates("sampleinput2-mixed.txt", &ngates) orig_gates = gates fix_order_of_outputs(gates, ngates)