Skip to content

Commit b2df388

Browse files
committed
Update main.py
1 parent 88df1ff commit b2df388

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

2025/day-01/main.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# --- Day 1: ---
22

3+
34
def part1():
4-
pass
5+
pass
6+
57

68
def part2():
79
pass
810

11+
912
if __name__ == "__main__":
1013
part1()
1114
part2()
12-

0 commit comments

Comments
 (0)