Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyeotic/aoc-2022

Advent of Code 2022 (start in late 2023 to brush up on rust)
https://github.com/kyeotic/aoc-2022

Last synced: about 1 month ago
JSON representation

Advent of Code 2022 (start in late 2023 to brush up on rust)

Awesome Lists containing this project

README

        

# AOC 2022

RUN
```
cargo watch -c -q -x "run -q $TWO_DIGIT_DAY"
# eg
cargo watch -c -q -x "run -q 01"
```