4 lines
72 B
Python
4 lines
72 B
Python
from aocd import get_data
|
|
data = get_data(day=3, year=2024)
|
|
|
|
print(data) |