kevcjones / aoc-2022-python

Advent of code 2022 - Python is not my strength, dont use this code. I really hope it doesn't turn up in your copilot snippets... sorry in advance.

Repository from Github https://github.comkevcjones/aoc-2022-pythonRepository from Github https://github.comkevcjones/aoc-2022-python

AOC 2022

This years AOC will be python.. maybe i'll get further than day 12 this year.

Install

Setup a virtural environment first then run

pip install -r requirements.txt

Run

Run all tests using

pytest

Watching tests and rerunning fails

pytest -f

Run benchmarking using

./benchmark

About

Advent of code 2022 - Python is not my strength, dont use this code. I really hope it doesn't turn up in your copilot snippets... sorry in advance.


Languages

Language:Python 99.0%Language:Shell 1.0%