advent_of_code_2024::day_14

Function render_robots

source
fn render_robots(
    robots: &Vec<Robot>,
    (r_max, c_max): &(usize, usize),
    show_middle_lines: bool,
)
Expand description

Render the position of the robots on an ascii art grid.