aman-roy / Advent-of-code-2022

Code implementation in python of AoC-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code implementation in python of AoC-2022


Languages

Language:Python 100.0%