Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 345 Bytes

Advent of Code

For a given year, each day is comprised of up to 2 parts.

You may find my input files in each year's resources directory.

How to solve a specific puzzle?

Follow the commands below:

# move to the desired year
cd 2022
# run the python file related to the desired day
python3 24.py -i resources/24/input.txt