add: day12

This commit is contained in:
Charles
2024-12-12 20:54:45 -08:00
parent aefbce8f01
commit bdac76d111
10 changed files with 195 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use std::collections::{HashMap, HashSet, VecDeque};
use std::collections::HashMap;
use advent_of_code_2024::{add_pair, make_main, mul_pair, next, nexti64, Pair, SResult};
use advent_of_code_2024::{make_main, SResult};
make_main!();