← 返回首页
GitHub - ThomasParistech/adventofcode · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

ThomasParistech/adventofcode

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.