Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 5, 2025
1 parent 2d61716 commit 2ad9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aoc2024/day24/part2.jou
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ad9868

Please sign in to comment.