From cb251ff8922816dacee9eb689beb89f67e464be6 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 10 Dec 2023 17:40:57 +0200 Subject: [PATCH] delete confusing detail --- examples/aoc2023/day10/part2.jou | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/aoc2023/day10/part2.jou b/examples/aoc2023/day10/part2.jou index cdae7181..6346464a 100644 --- a/examples/aoc2023/day10/part2.jou +++ b/examples/aoc2023/day10/part2.jou @@ -159,9 +159,7 @@ def main() -> int: # = area_inside_loop + loop_length/2 - 1 # # Here n-m = 4 because the loop goes around a total of 360 degrees - # towards the inside: - # - # 90*n - 90*m = 360 + # towards the inside. printf("%d\n", area_along_middle_of_path + 1 - loop_length/2) # Output: 4 free(input.data)