fix: use new solve macro in day 7
This commit is contained in:
@@ -64,7 +64,7 @@ pub fn part_two(input: &str) -> Option<u32> {
|
|||||||
}
|
}
|
||||||
fn main() {
|
fn main() {
|
||||||
let input = &aoc::read_file("inputs", 7);
|
let input = &aoc::read_file("inputs", 7);
|
||||||
aoc::solve!(part_one,part_two, input);
|
aoc::solve!(part_one, part_two, input);
|
||||||
}
|
}
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|||||||
Reference in New Issue
Block a user