/aoc-2022

Primary LanguagePython

Advent of Code

Contains spoilers...

Benchmarking

One option for run a benchmark is using the following command:

python3 -m timeit "import <module>; <module>.main()"