···11# advent
2233-My Advent of Code solutions.
33+My [Advent of Code](https://adventofcode.com) solutions.
44+55+66+### Test Runner
77+88+Under the request of the Advent of Code team, puzzle inputs and outputs
99+are not being committed to this repo. However, I have written a small
1010+test runner for the puzzles.
1111+1212+The runner assumes that the input for year `YYYY`, day `DD` is stored
1313+in `YYYY/inputs/DD.txt`, and that the expected output is present in
1414+`YYYY/outputs/DD.txt`. If both files are present, the file will be
1515+tested against the input; it passes if all lines in the output file
1616+are printed to stdout during the execution of the program.