Aerdayne / advent-of-code

Solutions to AoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

A repository with my Advent of Code solutions.

Using the CLI

In order to bootstrap a new solution, use aoc new:

aoc new --year YEAR --day DAY --language LANGUAGE

Use aoc new -h to get an overview of available arguments.

In order to run it without direnv installed (or without allowing envrc), replace aoc with ./bin/aoc.

To run a particular solution, use aoc run:

aoc run --year YEAR --day DAY --language LANGUAGE [--part PART] [--benchmark]

Use aoc run -h to get an overview of available arguments.

About

Solutions to AoC


Languages

Language:Ruby 82.6%Language:C++ 17.4%