Solve 2019 day 10

This commit is contained in:
2024-08-10 14:22:19 -04:00
parent f116293066
commit e46636b9b0
3 changed files with 113 additions and 13 deletions

View File

@@ -1,9 +1,5 @@
from lib import get_data, str_to_ints
data = "109,1,204,-1,1001,100,1,100,1008,100,16,101,1006,101,0,99"
# data = "104,1125899906842624,99"
# data = "1102,34915192,34915192,7,4,7,99,0"
class Amp:
def __init__(self, xs):