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: ", )