aoc2018/README.md

28 lines
947 B
Markdown
Raw Normal View History

2018-12-08 22:33:15 -06:00
# Advent of Code 2018
## About
2018-12-08 23:31:53 -06:00
These are my solutions to the Advent of Code 2018.
2018-12-08 23:38:29 -06:00
All of solutions are written in C#. I'm also attempting to write unit tests for each of the solutions.
2018-12-08 23:31:53 -06:00
2018-12-09 01:33:26 -06:00
I am targeting .NET Core 2.1, so this project should be cross-platform compatible.
2018-12-08 22:33:15 -06:00
## Author
Brandon Scott
2018-12-08 23:38:29 -06:00
## What is Advent of Code?
[Advent of Code](https://adventofcode.com/) 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.
2018-12-08 22:33:15 -06:00
## 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.