day 11 done

This commit is contained in:
Dylan Thies
2023-12-12 08:44:39 -05:00
parent 84769b2afa
commit 6a5d1d5454
8 changed files with 239 additions and 1 deletions

View File

@@ -165,7 +165,6 @@ pub fn part2(input: &str) -> String {
};
let mut pieces = HashMap::new();
//TODO might need to get the actual start type
pieces.insert(start_node.position, start_node_true_type);
successors(