From b7489ef1ce670e364b1780699ebe2d2297053294 Mon Sep 17 00:00:00 2001 From: Nathan van Ofwegen Date: Thu, 17 Dec 2020 08:36:22 +0100 Subject: [PATCH] init 4 de rest --- day17/day17.py | 13 +++++++++++++ day17/input.txt | 0 day18/day18.py | 13 +++++++++++++ day18/input.txt | 0 day19/day19.py | 13 +++++++++++++ day19/input.txt | 0 day20/day20.py | 13 +++++++++++++ day20/input.txt | 0 day21/day21.py | 13 +++++++++++++ day21/input.txt | 0 day22/day22.py | 13 +++++++++++++ day22/input.txt | 0 day23/day23.py | 13 +++++++++++++ day23/input.txt | 0 day24/day24.py | 13 +++++++++++++ day24/input.txt | 0 day25/day25.py | 13 +++++++++++++ day25/input.txt | 0 18 files changed, 117 insertions(+) create mode 100644 day17/day17.py create mode 100644 day17/input.txt create mode 100644 day18/day18.py create mode 100644 day18/input.txt create mode 100644 day19/day19.py create mode 100644 day19/input.txt create mode 100644 day20/day20.py create mode 100644 day20/input.txt create mode 100644 day21/day21.py create mode 100644 day21/input.txt create mode 100644 day22/day22.py create mode 100644 day22/input.txt create mode 100644 day23/day23.py create mode 100644 day23/input.txt create mode 100644 day24/day24.py create mode 100644 day24/input.txt create mode 100644 day25/day25.py create mode 100644 day25/input.txt diff --git a/day17/day17.py b/day17/day17.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day17/day17.py @@ -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() diff --git a/day17/input.txt b/day17/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day18/day18.py b/day18/day18.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day18/day18.py @@ -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() diff --git a/day18/input.txt b/day18/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day19/day19.py b/day19/day19.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day19/day19.py @@ -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() diff --git a/day19/input.txt b/day19/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day20/day20.py b/day20/day20.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day20/day20.py @@ -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() diff --git a/day20/input.txt b/day20/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day21/day21.py b/day21/day21.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day21/day21.py @@ -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() diff --git a/day21/input.txt b/day21/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day22/day22.py b/day22/day22.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day22/day22.py @@ -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() diff --git a/day22/input.txt b/day22/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day23/day23.py b/day23/day23.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day23/day23.py @@ -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() diff --git a/day23/input.txt b/day23/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day24/day24.py b/day24/day24.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day24/day24.py @@ -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() diff --git a/day24/input.txt b/day24/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/day25/day25.py b/day25/day25.py new file mode 100644 index 0000000..89caaf8 --- /dev/null +++ b/day25/day25.py @@ -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() diff --git a/day25/input.txt b/day25/input.txt new file mode 100644 index 0000000..e69de29