https://github.com/jenniferplusplus/aoc2022
Advent of Code 2022
https://github.com/jenniferplusplus/aoc2022
Last synced: 10 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/jenniferplusplus/aoc2022
- Owner: jenniferplusplus
- Created: 2022-12-06T03:06:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T21:23:26.000Z (over 3 years ago)
- Last Synced: 2025-07-31T04:49:23.695Z (11 months ago)
- Language: Go
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2022
It is what it says on the tin. I did that as an exercise in learning golang (it's fine, I guess), and to try to have context for the mostly unrelated series of blog posts.
https://jenniferplusplus.com/tag/advent-of-code-in-production/
## The code
The solutions are in the daily folders. There's also a brief readme in most of them, which sums up my approach and thoughts and whatever else I felt like saying when I was done.