An open API service indexing awesome lists of open source software.

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

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.