Solutions to the Advent of Code 2021
https://adventofcode.com/2021
|
2 years ago | |
---|---|---|
bin | 2 years ago | |
lib | 2 years ago | |
t | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago |
PERL5LIB=lib bin/aoc-2021 --day <day> --input <path/to/input/file>
-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.
Oliver Youle oliver@youle.io