Solve 2019 day 14 and 15
This commit is contained in:
@@ -13,6 +13,7 @@ class Amp:
|
||||
self.rel_base = 0
|
||||
|
||||
def feed(self, input):
|
||||
self.input_required = False
|
||||
self.inputs.append(input)
|
||||
|
||||
def pop(self):
|
||||
|
||||
Reference in New Issue
Block a user