My Advent of Code solutions.
Creates .env file and downloads input data for previous days.
Creates a directory and files for a specified day and year, fetches the challenge input data, and opens the corresponding webpage.
Example Usage:\ python create_day.py --y 2023 --d 1
\ python create_day.py
(Uses current date and time)
Updates the star shields in docs/README.md
.