From 89192fb3ef889b188884d0ecde8cb58e2215e87b Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Fri, 6 Dec 2019 13:15:04 -0600 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f90e74..2325034 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# aoc2019 -Advent of Code 2019 +# Advent of Code 2019 + +## About + +These are my solutions to the Advent of Code 2019. + +## Author + +Brandon Scott + +## 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. + +## License + +By default, all code in this project is licensed under the MIT license.