Skip to content

ThomasParistech/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions to AdventOfCode 2021, 2022 and 2023

Run

To get more information on how to run solutions, run:

python3 -m python -h

To evaluate part 2 of day 19 of year 2021, run:

python3 -m python -y 2021 -d 19 -t

To evaluate part 2 of day 19 of the most recent available year, run:

python3 -m python -d 19 -t

To evaluate part 2 of the most recent available day of the most recent available year, run:

python3 -m python -t

To evaluate each day of year 2022 and generate a diagram, run:

python3 -m python -y 2022 -all

Clean code

To apply coding rules, run:

clear; bash aoc/python/coding_rules.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published