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