From 15565328f83ba04063d911a7fc15166109495a04 Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Fri, 2 Dec 2022 12:53:30 -0600 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f87776 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Advent of Code 2022 + +## About + +These are my solutions to the Advent of Code 2022. + +## 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.