init 4 de rest
This commit is contained in:
13
day17/day17.py
Normal file
13
day17/day17.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
day17/input.txt
Normal file
0
day17/input.txt
Normal file
13
day18/day18.py
Normal file
13
day18/day18.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
day18/input.txt
Normal file
0
day18/input.txt
Normal file
13
day19/day19.py
Normal file
13
day19/day19.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
day19/input.txt
Normal file
0
day19/input.txt
Normal file
13
day20/day20.py
Normal file
13
day20/day20.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
day20/input.txt
Normal file
0
day20/input.txt
Normal file
13
day21/day21.py
Normal file
13
day21/day21.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
day21/input.txt
Normal file
0
day21/input.txt
Normal file
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
13
day23/day23.py
Normal file
13
day23/day23.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
day23/input.txt
Normal file
0
day23/input.txt
Normal file
13
day24/day24.py
Normal file
13
day24/day24.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
day24/input.txt
Normal file
0
day24/input.txt
Normal file
13
day25/day25.py
Normal file
13
day25/day25.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
day25/input.txt
Normal file
0
day25/input.txt
Normal file
Reference in New Issue
Block a user