Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kyeotic/aoc-2022
- Owner: kyeotic
- License: mit
- Created: 2023-10-25T22:30:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T21:47:06.000Z (about 1 year ago)
- Last Synced: 2024-04-10T14:55:45.042Z (9 months ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```