Add README and update general one.

This commit is contained in:
2019-09-15 15:46:34 +02:00
parent c046d5da01
commit 02066bf54a
2 changed files with 7 additions and 0 deletions

6
2019/README.md Normal file
View File

@@ -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.