Skeleton for day 4

This commit is contained in:
Isaac Shoebottom 2024-12-04 12:49:04 -04:00
parent 4396cd68fc
commit cf5207cca3

3
2024/04/solution.py Normal file
View File

@ -0,0 +1,3 @@
from aocd import get_data
data = get_data(day=4, year=2024)