diff --git a/2024/04/solution.py b/2024/04/solution.py new file mode 100644 index 0000000..63827cb --- /dev/null +++ b/2024/04/solution.py @@ -0,0 +1,3 @@ +from aocd import get_data +data = get_data(day=4, year=2024) +