Skip to content

therealzanfar/aoc2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2015

Solutions to the 2015 Advent of Code

The solutions are in progress and will be updated as they are solved.

Installation

python3 -m pip install git+https://github.com/therealzanfar/aoc2015.git

Execution

Sample problems are all implemented as unit tests. All samples can be run by executing pytest without any arguments:

pytest

or specific days can be selected by module:

pytest aoc2015/day05

Credits

Advent of Code is an annual coding event that happens during the Christmas Advent (first 25 days of December) run by Eric Wastl. You can find more info at https://adventofcode.com/

This package was created with Cookiecutter and the zanfar/cookiecutter-pypackage project template.

About

Solutions to the 2015 Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published