https://github.com/antonilol/adventofcode
My Advent of Code solutions
https://github.com/antonilol/adventofcode
Last synced: 3 months ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/antonilol/adventofcode
- Owner: antonilol
- Created: 2023-12-04T17:10:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-20T16:29:14.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:39:05.520Z (5 months ago)
- Language: Rust
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of Code solutions (in Rust)
See [Advent of Code](https://adventofcode.com/).
### Puzzle input download script
Located [here](./bulk_download_puzzle_input), this script downloads all puzzle input and puts it in the [input](./input/) directory (mine is there in this repository). Time between downloads and which years to download can changed in the script. Puzzle input is user-specific, so a session id is needed. Get this from your browser while logged in.
Instructions (Firefox): On the [Advent of Code](https://adventofcode.com/) website, open the inspector (`F12`), go to the `Storage` tab, in `Cookies` click `https://adventofcode.com` and look for the value of the `session` cookie (a 128 characters long hex string at the time of writing). Run the downloader script and paste this session id when it asks for it.