Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2024

Run all Solutions

python main.py

Run a Single Solution

python main.py DAY

Example:

python main.py 01
python main.py 1
python main.py 25

Run Skipped Solutions

Some solutions may be skipped if the algorithm is inefficient. Use the --no-skip flag to override this behavior:

--no-skip 01p1 # do not skip Day 01 Part 1 (this ID is provided in the solution if a part is skipped)
--no-skip      # do not skip anything

Generate a New Solution Directory

python new.py