diff --git a/2019/README.md b/2019/README.md new file mode 100644 index 0000000..c8bb59a --- /dev/null +++ b/2019/README.md @@ -0,0 +1,6 @@ +# Advent of Code 2019 + +This project contains my implementations for Advent of Code 2019. The +goal is to create reasonably fast C++ implementations in readable and +ergonomic C++. At the end of the contest, I will probably do a write- +up of some sorts. diff --git a/README.md b/README.md index 01b3570..f469c8c 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ This repository contains my solutions for Advent of Code. See: - [2016 edition](./2016) - [2017 edition](./2017) - [2018 edition](./2018) +- [2019 edition](./2019)