Skip to content

Commit

Permalink
close the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 4, 2025
1 parent 10386d4 commit cc41259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/aoc2024/day21/part2.jou
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,6 @@ def main() -> int:
result += numpad_cost(line, initial_level) * atoi(line)

printf("%lld\n", result) # Output: 126384

fclose(f)
return 0

0 comments on commit cc41259

Please sign in to comment.