Advent of Code 2015 day 7 part1&2: solved

This commit is contained in:
Fabian Tessmer 2025-03-23 12:03:40 +01:00
parent 898163eeaf
commit 925aabdb49
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ class Machine:
if __name__ == '__main__':
print("All test passed")
puzzle_input = open("input.txt", "r").read().splitlines()
machine = Machine()
machine.parse_commands(puzzle_input)