Function aoc::title::print_answer

source ยท
pub fn print_answer(
    stdout: &mut StandardStream,
    part: u32,
    answer: &str,
    separate: bool,
)
Expand description

Prints the answer to an Advent of Code puzzle.