init 4 de rest
This commit is contained in:
13
day22/day22.py
Normal file
13
day22/day22.py
Normal file
@@ -0,0 +1,13 @@
|
||||
def part1():
|
||||
file = open("../day3/input.txt")
|
||||
print(f"Part 1:")
|
||||
|
||||
|
||||
def part2():
|
||||
file = open("../day10/input_test.txt")
|
||||
print(f"Part 2:")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
part1()
|
||||
part2()
|
||||
0
day22/input.txt
Normal file
0
day22/input.txt
Normal file
Reference in New Issue
Block a user