Skip to content

jblsp/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

favicon adventofcode
2024 2023 2022 2015

My Advent of Code solutions.

Scripts

setup.py

Creates .env file and downloads input data for previous days.

create_day.py

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)

update_shields.py

Updates the star shields in docs/README.md.