Update solutions to use lib functions, and finish day 3

This commit is contained in:
2024-12-03 14:47:06 -04:00
parent 81ab553260
commit 5d11435d9e
5 changed files with 38 additions and 2002 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
from aocd import get_data
data = get_data(day=3, year=2024)
data = get_data(day=1, year=2024)
list1 = []
list2 = []