/advent-of-code-rs

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Advent of Code in Rust

Fetch your input from the website

The Input struct allows fetching the input from the advent of code website. To do this you need to set the AOC_SESSION_COOKIE env variable

This can be done via direnv

.envrc

export AOC_SESSION_COOKIE=***