/aoc-helper

An Advent of Code helper to create files, get input and data

Primary LanguageRust

Advent of Code helper

Installation

cargo install aoc_helper

Set up

Create a configuration by copy/pasting the following to ~/.aoc_config. Your session secret can be found in any network request on the aoc website.

[project]
code_directory = "/Users/me/labs/aoc/src/bin"
input_directory = "/Users/me/labs/aoc/inputs/"

[session]
secret = "YOUR_SECRET"

Usage

Run the aoc command and follow the prompts.