yaah 0.2.2

YAAH – Yet Another AOC Helper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Yet Another [AOC]https://advent-of-code.com/ Helper

[![crates.io](https://img.shields.io/crates/v/yaah.svg)](https://crates.io/crates/yaah)

## Getting started

- Extract the advent of code's session cookie from your browser.
- Create a new project using the template: `cargo generate --git https://github.com/ithinuel/yaah-template.git`.
- Run `cargo run --release`.
- Enjoy!

## AOC Session

The template stores your session in `.cargo/config.toml`. Alternatively you can define the environment
variable `AOC_SESSION`.

`yaah` will automatically download the input file and store it in `input/{year}/{day}.txt` if it is
not present.