Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaodt/aoc2022
https://github.com/thaodt/aoc2022
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thaodt/aoc2022
- Owner: thaodt
- License: mit
- Created: 2022-12-01T09:47:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T04:00:07.000Z (about 2 years ago)
- Last Synced: 2024-12-08T00:42:29.912Z (about 1 month ago)
- Language: Rust
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2022
Try to solve the Advent of Code 2022 in Rust.## How to use template
Run bash file `get-input.sh` to get inputs for each day.Notes:
- you need to create the `~/data/aoc_hd` by your cookie header value of AoC website.
- the bash script only valids for the AoC 2022 (means days from 1 to 25 - the past). If you run it now, you won't get any inputs. :P I will use this template for next year maybe.