Solutions to the Advent of Code 2022

https://adventofcode.com/2022

Oliver Youle 1c4b6eaf3a Add solutions to day 12 11 months ago
bin 444368a2a1 Initial commit 1 year ago
lib 1c4b6eaf3a Add solutions to day 12 11 months ago
t 1c4b6eaf3a Add solutions to day 12 11 months ago
.gitignore e5276991a2 Exclude input files from version control 1 year ago
README.md 444368a2a1 Initial commit 1 year ago

README.md

Solutions to the Advent of Code 2022

https://adventofcode.com/2022

Usage

PERL5LIB=lib bin/aoc-2022 --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