Skip to content

gokberkkocak/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages