Skip to content

coocos/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Advent of Code 2021

My Python solutions to the 2021 edition of Advent of Code. All solutions rely only on the standard Python library.

You can check out my solutions for 2020 here.

How to run the solutions

All the solutions are standalone Python scripts without any external dependencies. So for example to run the solution for day 22:

python aoc/day22/puzzle.py