Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 824 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 824 Bytes

Advent of Code Solutions

Advent of Code is an Advent calendar of small programming puzzles created by Eric Wastl. This repository contains some of my solutions for those puzzles.

  • To run Python code: python3 -m aoc.<YEAR>.day<DAY> from the repo root
  • Optional (if you have Poetry installed): poetry run python -m aoc.<YEAR>.day<DAY>

Advent of Code data

It is also possible to use the aoc console script of advent-of-code-data to run and compare all the answers:

aoc -y 2020

Years