From d2a1af06692555dd81d55270cdf10d20efc9f419 Mon Sep 17 00:00:00 2001 From: Fabian Tessmer Date: Sat, 22 Mar 2025 08:40:02 +0100 Subject: [PATCH] Puzzle Outline Added --- 2015/dayx/input.txt | 0 2015/dayx/problem.txt | 0 2015/dayx/solution.py | 10 ++++++++++ 3 files changed, 10 insertions(+) create mode 100644 2015/dayx/input.txt create mode 100644 2015/dayx/problem.txt create mode 100644 2015/dayx/solution.py diff --git a/2015/dayx/input.txt b/2015/dayx/input.txt new file mode 100644 index 0000000..e69de29 diff --git a/2015/dayx/problem.txt b/2015/dayx/problem.txt new file mode 100644 index 0000000..e69de29 diff --git a/2015/dayx/solution.py b/2015/dayx/solution.py new file mode 100644 index 0000000..1718043 --- /dev/null +++ b/2015/dayx/solution.py @@ -0,0 +1,10 @@ + +if __name__ == '__main__': + + print("All test passed") + + puzzle_input = open("input.txt", "r").readline() + print("solution: ", ) + + print("Part2: ") + print("solution: ", )