Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 552 Bytes

aoc21

⭐ Complete Advent of Code 2021 solutions using Python 3.10

Notes are provided to accompany the solutions. Each day is structured in its own folder and contains Markdown solution notes, an input for the problem and the solution code.

dayX
├── NOTESX.md
├── inputX.txt
└── solutionX.py

Code is formatted and linted using the following tools: