diff options
author | Michael Hunteman <michael@huntm.net> | 2023-07-06 10:11:18 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-07-06 10:12:23 -0500 |
commit | 72df23da8ff6aa5247b7a0765920bfd791e6b971 (patch) | |
tree | 84307f1ad9ef56b4a2de2d51f88ef41a883d7034 | |
parent | 05286f41ce90a83ee7ed5c332651e0e1846c56ce (diff) |
Add README
-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 |