Advent of Code 2015 day 7 part1&2: solved
This commit is contained in:
parent
898163eeaf
commit
925aabdb49
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue