This commit is contained in:
alexchao26
2022-12-30 11:58:38 -05:00
parent 81a20e4f39
commit 615f16cc15
3 changed files with 4 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

+4 -1
View File
@@ -1,9 +1,12 @@
![350 stars!](./350.png) ![400 stars!](./400.png)
[reddit thread after completing the first six years](https://www.reddit.com/r/adventofcode/comments/klzgnx/complete_repo_and_thoughts_in_comments/) [reddit thread after completing the first six years](https://www.reddit.com/r/adventofcode/comments/klzgnx/complete_repo_and_thoughts_in_comments/)
[reddit thread post 2021](https://www.reddit.com/r/adventofcode/comments/rrog0y/all_caught_up_repo_all_gogolang_thoughts_in/) [reddit thread post 2021](https://www.reddit.com/r/adventofcode/comments/rrog0y/all_caught_up_repo_all_gogolang_thoughts_in/)
### Quick Note
I started this in a pre-generics Go/Golang world. Maybe one day I'll come back and learn generics as they'd be quite useful here. But that's for future Alex.
## Running Locally ## Running Locally
### Requirements ### Requirements
Go 1.16+ is required because [embed][embed] is used for input files. Go 1.16+ is required because [embed][embed] is used for input files.