Skip to content

Commit

Permalink
chore: remove start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxwood committed Aug 13, 2023
1 parent cbe6c85 commit 523e619
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/day24/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ struct State {
position: Coord,
height: i32,
width: i32,
start: Coord,
end: Coord,
minutes: i32,
}
Expand Down Expand Up @@ -218,7 +217,6 @@ fn day24a(path: &str) -> usize {
position: (1, 0),
width,
height,
start: (1, 0),
end: (width - 1, height),
minutes: 0,
};
Expand Down

0 comments on commit 523e619

Please sign in to comment.