aoc::year2017::day24

Function build

Source
fn build(
    state: &mut State,
    current: usize,
    used: usize,
    strength: usize,
    length: usize,
)