Function aoc::title::print_stats

source ยท
pub fn print_stats(
    stdout: &mut StandardStream,
    duration: Duration,
    usage: usize,
)
Expand description

Prints the solving stats (elapsed time and allocated memory).