From 72df23da8ff6aa5247b7a0765920bfd791e6b971 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Thu, 6 Jul 2023 10:11:18 -0500 Subject: Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7550fac --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Advent of Code 2022 + +[Advent of Code][0] is an Advent calendar of programming puzzles. This past year +I did the first 12 days in Java and Python. Unfortunately, I lost the files so I +rewrote the first few days in POSIX shell and C to get more practice with these +languages. + +[0]: https://adventofcode.com -- cgit v1.2.3