Crate aoc_utils[][src]

Expand description

The minimal set of utils for writing Advent of Code solutions.

Enums

Wraps the input source to an AOC problem. Handles cmdline arguments.

Functions

Runs the code, and prints out the elapsed time and the result.

Measures the time needed to execute a block of code.