README.md 435 B

Solutions to the Advent of Code 2021

https://adventofcode.com/2021

Usage

PERL5LIB=lib bin/aoc-2021 --day <day> --input <path/to/input/file>

Arguments

  • -d/--day <day>

    The day to return the solution for. Must be an integer.

  • -i/--input <path/to/input/file>

    Path to a file to load the input data from.

  • --help

    Print this help documentation.

Author

Oliver Youle oliver@youle.io