Skip to content

Commit

Permalink
a little 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
elwaxoro committed Jan 6, 2025
1 parent 7d81bfc commit 55063a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advent/src/test/kotlin/org/elwaxoro/advent/y2019/Dec19.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Dec19 : PuzzleDayTester(19, 2019) {
} == 131

/**
* Need to find a drone position (x,y) where (x+99,y) and (x,y-99) are also inside the beam
* Need to find a drone position (x,y) where (x+99,y) and (x,y+99) are also inside the beam
* From part 1 output, the slope of the beam is less than 45 degrees
* Could probably calculate the slope of the top and bottom edges, then math it in one shot?
*
Expand Down

0 comments on commit 55063a8

Please sign in to comment.