diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |