Skip to content

Commit

Permalink
Update examples/aoc2023/day18/part1.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 23, 2023
1 parent 21cb8c1 commit 8876ba5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/aoc2023/day18/part1.jou
Original file line number Diff line number Diff line change
@@ -74,9 +74,7 @@ def read_input_to_grid(filename: byte*) -> Grid:
append_blank_row(&grid)
grid.transpose()

assert strlen(grid.data) == (grid.width + 1)*grid.height
grid.set([x, y], '#')
assert strlen(grid.data) == (grid.width + 1)*grid.height

fclose(f)
return grid

0 comments on commit 8876ba5

Please sign in to comment.