From 75bfa957d3f828b4babe6e0b8848e1bc9798d8a9 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:57:09 +0000 Subject: [PATCH] docs(*): Add base readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..418c25b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Advent of Code + +This repository contains all of my [Advent of Code](https://adventofcode.com/) solutions. 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 interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other. + +You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware. + +Since 2021 all of my solutions can be found within the `AdventOfCode` folder. All prior (and less clean) solutions can be found in the `old` folder.