Skip to content

Commit ebf0202

Browse files
start 18
1 parent ac77a13 commit ebf0202

File tree

2 files changed

+2297
-0
lines changed

2 files changed

+2297
-0
lines changed

18.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def main():
2+
file = open("swan/deltas", "r")
3+
4+
5+
if __name__ == "__main__":
6+
main()

0 commit comments

Comments
 (0)