https://github.com/thecodesmith/advent-of-code
Advent of Code solutions for 2022
https://github.com/thecodesmith/advent-of-code
Last synced: 7 months ago
JSON representation
Advent of Code solutions for 2022
- Host: GitHub
- URL: https://github.com/thecodesmith/advent-of-code
- Owner: thecodesmith
- Created: 2022-12-02T21:29:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T21:36:55.000Z (over 3 years ago)
- Last Synced: 2025-01-31T07:40:35.400Z (over 1 year ago)
- Language: Groovy
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Solutions
My solutions to https://adventofcode.com
## 2022
- [ ] Day 1
- [ ] Day 2
- [ ] Day 3
- [ ] Day 4
- [ ] Day 5
- [ ] Day 6
- [ ] Day 7
- [ ] Day 8
- [ ] Day 9
- [ ] Day 10
- [ ] Day 11
- [ ] Day 12
- [ ] Day 13
- [ ] Day 14
- [ ] Day 15
- [ ] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] Day 25
## Tools
### `aocdl`
https://github.com/GreenLightning/advent-of-code-downloader
Install:
go install github.com/GreenLightning/advent-of-code-downloader/aocdl@latest
Set up session cookie file as described in the project readme.