diff options
author | Michael Hunteman <michael@huntm.net> | 2023-07-13 19:56:32 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-07-13 19:56:32 -0500 |
commit | 72c7e68d9083cc3f6521fda0e02c725f8fd4a12a (patch) | |
tree | 49be46cf552eb9584b6120a3d2c7e37953e5c755 | |
parent | 72df23da8ff6aa5247b7a0765920bfd791e6b971 (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ [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. +rewrote the first few days in POSIX shell to get more practice with the +language. [0]: https://adventofcode.com |