Skip to content

Commit

Permalink
Fix part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 1, 2024
1 parent c243f66 commit f779249
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/aoc2024/day01/part2.jou
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import "stdlib/io.jou"
import "stdlib/math.jou"


def main() -> int:
f = fopen("input", "r")
f = fopen("sampleinput.txt", "r")
assert f != NULL

left_column: int[2000]
Expand Down

0 comments on commit f779249

Please sign in to comment.