From a63df3429bdfd564bf21e3d5002bec67cec93777 Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Sat, 8 Dec 2018 23:31:53 -0600 Subject: [PATCH] Updated readme with more info. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d9082..e09ee36 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## About -These are my solutions to the Advent of Code 2018. +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