Solutions to the Advent of Code 2021

https://adventofcode.com/2021

Oliver Youle eb841d88bf Add solutions for day 12 2 years ago
bin f1bc6813e0 Fix missing documentation 2 years ago
lib eb841d88bf Add solutions for day 12 2 years ago
t eb841d88bf Add solutions for day 12 2 years ago
.gitignore 543bf0b130 Add basic project skeleton 2 years ago
README.md f1bc6813e0 Fix missing documentation 2 years ago

README.md

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