Skip to content

Wollac/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wollac's solutions for Advent of Code

Topics

Resources

License

Stars

Watchers

Forks

Languages