diff --git a/README.md b/README.md index 17c462c..5f3ffe3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # advent-of-code +## Progress +``` + 1111111111222222 + 1234567890123456789012345 +2020: ***~..................... +2021: *******~~~............... +2022: ***************~.*..*.... +2023: **********............... + +.: nothing +~: 1 star +*: 2 stars +``` + +## Shortcut Add this to your `.bashrc`: ```bash AOC_PATH=$HOME/path/to/this/repo/