Implement 2019 day 1 with tests in Python

This commit is contained in:
2021-01-23 15:52:12 +01:00
parent 69de955158
commit 07db73aa3e
8 changed files with 223 additions and 0 deletions

8
2019/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Advent of Code 2019
This is a quick-and-dirty implementation of all 2019 problems implemented in
Python because I got fed up with C++ and really couldn't stand the missing
stars on the [events page](https://adventofcode.com/2020/events).
I'll try to incorporate unit tests and all because it's just nice programming,
but this edition has decidedly less polish than my other attempts.