Solve 2019 day 14 and 15

This commit is contained in:
2024-08-16 19:45:10 -04:00
parent 6efa70ea51
commit f88eb14d24
6 changed files with 258 additions and 2 deletions

View File

@@ -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):