Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 6, 2023
1 parent c31d297 commit f4d0ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aoc2023/day06/part1.jou
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main() -> int:
times = [-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]
distances = [-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]

f = fopen("input.txt", "r")
f = fopen("sampleinput.txt", "r")
assert f != NULL

line: byte[100]
Expand Down

0 comments on commit f4d0ffb

Please sign in to comment.