Crate aoc_utils

Source
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§

BufferedInput
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.