/advent-of-code

Wollac's solutions for Advent of Code

Primary LanguagePythonMIT LicenseMIT

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 Pipenv installed): pipenv run python3 -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