Puzzle Outline Added

This commit is contained in:
Fabian Tessmer 2025-03-22 08:40:02 +01:00
parent 47d9ff38d4
commit d2a1af0669
3 changed files with 10 additions and 0 deletions

0
2015/dayx/input.txt Normal file
View File

0
2015/dayx/problem.txt Normal file
View File

10
2015/dayx/solution.py Normal file
View File

@ -0,0 +1,10 @@
if __name__ == '__main__':
print("All test passed")
puzzle_input = open("input.txt", "r").readline()
print("solution: ", )
print("Part2: ")
print("solution: ", )