1 parent 01ebbbc commit c65ba24Copy full SHA for c65ba24
1 file changed
aoc/2025/09/09.vn.py
@@ -5,6 +5,7 @@
5
6
E = 10 ** -3
7
8
+
9
class Line:
10
def __init__(self, p1, p2):
11
x1, y1 = p1
0 commit comments