Day 21, part 2
This commit is contained in:
@ -3,5 +3,5 @@ use aoc22::{day21, util};
|
||||
pub fn main() {
|
||||
let monkeys = day21::parse_monkeys(&util::parse_input());
|
||||
|
||||
println!("root yells: {}", day21::yell(monkeys.root()));
|
||||
println!("root yells: {}", day21::yell(monkeys.root(), false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user