2019 day 2 and 3

This commit is contained in:
2024-07-30 08:32:57 -04:00
parent 29a556fd54
commit b0e2334427
4 changed files with 101 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ def part_2(data):
print(r)
def main():
data = get_data(__file__)
part_1(data)