Skip to content

My off-the-top-of-my-head unrefined solutions for the AoC 2022

License

Notifications You must be signed in to change notification settings

tobbsel/Advent-of-Code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My off-the-top-of-my-head solutions for the 2022 AoC. This repo is based on the template available at https://github.com/ohaz/advent-of-code-base.

Requirements

These scripts require python 3.10 to run, as some features introduced in that version are used.

Installing

To install the requirements run:

pip install -r requirements.txt

Running

To run all days, just run:

python main.py

To run just one day, run:

python main.py <number_of_day>, e.g. python main.py 11

About

My off-the-top-of-my-head unrefined solutions for the AoC 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages