Advent of Code 2018 solutions
Go to file
Brandon Scott af3c03b3b5 Update readme with more information. 2018-12-08 23:38:29 -06:00
AoC2018 Cleaned up Day1Solution and added unit tests for Day1Solution. 2018-12-08 23:21:45 -06:00
AoC2018Test Cleaned up Day1Solution and added unit tests for Day1Solution. 2018-12-08 23:21:45 -06:00
.gitignore Initial commit. 2018-12-08 19:12:28 -06:00
AoC2018.sln Initial commit. 2018-12-08 19:12:28 -06:00
LICENSE Adding license and readme. 2018-12-08 22:33:15 -06:00
README.md Update readme with more information. 2018-12-08 23:38:29 -06:00

README.md

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, and this project should be cross-platform compatible.

Author

Brandon Scott

What is Advent of Code?

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

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.