AdventOfCode/2024/04/solution.py

4 lines
61 B
Python

from aocd import get_data
data = get_data(day=4, year=2024)