Skip to content

aman-roy/Advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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