advent_of_code_2024::day_23

Function parse_input

source
fn parse_input(input: &String) -> Network<'_>
Expand description

Build a network from lines like ab-cd denoting that ab is directly connected to cd.