Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 547 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 547 Bytes

Advent of Code 2022

This repository has all the implementation of the code for AoC-2022. The code is not written for readability and maintainability as the nature of the contest dictates(i.e. none of the zen-of-python applies here).

I am using AOCD package authored by Wim glenn for fetching the input. You need to configure it before running the code by setting the token. You can read more about it here.

pip install advent-of-code-data