Skip to content

My set of Python solutions for the Advent Of Code problems

License

Notifications You must be signed in to change notification settings

thiagorcdl/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Released under the GNU license.

My set of Python solutions for the Advent Of Code puzzles.

How do I use this?

For day N, just run: $ python -m advent_of_code YEAR N

For day N part 2: $ python -m advent_of_code YEAR N 2

If you are still having problems to understand, this will retrieve the answer for day 8 part 2 for 2020: $ python -m advent_of_code 2020 8 2

Okay, fine. I got it. How do I change the input to fit the one generated for me?

All of these scripts expect a text file input.txt in the same module. You can just replace the content of these files...

Releases

No releases published

Packages

No packages published

Languages