Skip to content

Commit c65ba24

Browse files
committed
Workflow test
1 parent 01ebbbc commit c65ba24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aoc/2025/09/09.vn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
E = 10 ** -3
77

8+
89
class Line:
910
def __init__(self, p1, p2):
1011
x1, y1 = p1

0 commit comments

Comments
 (0)