From 03e14731fb51fafbf7931231674ecf7a621fcbf4 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 11 Jan 2025 14:07:50 -0500 Subject: Complete AoC 2015 Day 1 --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..57255bc --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Advent of Code + +This repository contains my solutions to [Advent of Code](https://adventofcode.com/) puzzles. I intend to start from Day 1 of the first year and working through them all. I will probably eventually do this in multiple languages. + +All solutions are contained within the `/src` directory and are named suchly: + +`YEAR.DAY.ATTEMPT.EXT` + +First attempts (per language) are named `01-first-attempt`, and are never edited afterwards. Editing is why I designed the file naming scheme to handle multiple attempts. + +For example: +- `2015.01.01-first-attempt.c` +- `2015.01.01-first-attempt.lisp` +- `2016.05.03-recursive.lisp` + + +## Progress + +The following table shows the number of complete attempts I've produced for each problem+language combination. + +COMPLETE SOLUTIONS: 0 + +| DAY | CL | +|---------|----| +| 2015.01 | | -- cgit v1.2.3