Expand description
The minimal set of utils for writing Advent of Code solutions.
Structs§
- AocCommand
- CLI command that provides an input source to an AOC problem.
Enums§
- Buffered
Input - Buffered input that can be either STDIN or a file.
Functions§
- measure_
and_ print - Runs the code, and prints out the elapsed time and the result.