From eb23a390a6e15456dc968f560e1f20d6b0268c27 Mon Sep 17 00:00:00 2001 From: TomPlum Date: Thu, 9 Jul 2020 22:12:03 +0100 Subject: [PATCH] Documentation | Added 'What is Advent of Code?' Section From GitHub Description (#7) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6300531..d494bae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ ![GitHub closed issues](https://img.shields.io/github/issues-closed/TomPlum/advent-of-code-2019?color=brightgreen) ![GitHub](https://img.shields.io/github/license/TomPlum/advent-of-code-2019?color=informational) +## What is Advent of Code? + +_Excerpt from the Advent of Code [website](https://adventofcode.com/2019/about);_ + + "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." + ## About Working through it while learning [Kotlin](https://kotlinlang.org/). Acts as a nice format for personal development. I'm treating the code-base a little more _enterprise-esque_, for lack of a better term.