gokberkkocak / adventofcode

Gok's Advent of Code Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adventofcode

A runner for AoC and solutions for every year (hopefully).

Requires session cookie in the environment variable AOC_SESSION. You can also use a .env file.

Usage

Can run a specific day or a whole year. Without any input, it defaults to last available aoc year and day.

aoc 0.1.0
AoC runner.

USAGE:
    adventofcode [FLAGS] [OPTIONS]

FLAGS:
    -a, --all        Run all solutions for a given year
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --day <day>      Which day to run (default: last available aoc day)
    -y, --year <year>    Which year to run (default: last available aoc year)

About

Gok's Advent of Code Repo


Languages

Language:Rust 100.0%