Skip to content

Commit

Permalink
Merge branch 'aoc1720' of https://github.com/Akuli/jou into aoc1720
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 24, 2024
2 parents d9802a1 + e3b5415 commit 6c03cfa
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 @@ -165,7 +165,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.ptr[0]
for i = 0; i < results.len; i++:
Expand Down

0 comments on commit 6c03cfa

Please sign in to comment.