AdventOfCode/2024/04/solution.py

4 lines
61 B
Python
Raw Permalink Normal View History

2024-12-04 12:49:04 -04:00
from aocd import get_data
data = get_data(day=4, year=2024)