Skip to content

Commit

Permalink
Update examples/aoc2024/day17/part2.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 24, 2024
1 parent 49d6e8b commit e3b5415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aoc2024/day17/part2.jou
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def main() -> int:

fclose(f)

results = find_matching_inputs(code, &code[code_len - code_len], code_len, -1)
results = find_matching_inputs(code, code, code_len, -1)

best = results[0]
for i = 0; results[i] != -1; i++:
Expand Down

0 comments on commit e3b5415

Please sign in to comment.