Updated readme with more info.

This commit is contained in:
Brandon Scott 2018-12-08 23:31:53 -06:00
parent 34cdb1b500
commit a63df3429b
1 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@
These are my solutions to the Advent of Code 2018.
All of solutions are written in C#. I'm also attempting to write
unit tests for each of the solutions.
I am targeting .NET Core 2.1. This project should be cross-platform
compatible.
## Author
Brandon Scott