Skip to content

hagbarddenstore/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

My solutions to Advent of Code 2019.

Everything is written in Python.

Day 1

Execute python day1.py to calculate both part 1 and part 2 for day 1.

Day 2

Execute python day2.py to calculate both part 1 and part 2 for day 2.

Requirements

Run pip install -r requirements.txt to install the required packages to be able to execute all scripts.

Tests

Run pytest to execute all tests.

About

Code for Advent of Code 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages