# Advent of Code 2018 ## About 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 ## License By default, all code in this project is licensed under the MIT license, copyright the individual contributor(s). Comments in individual files may specify an alternate license as chosen by a particular individual for their code. If not specified, the file is MIT.