Day 21, part 1
This commit is contained in:
7
src/bin/d21p1.rs
Normal file
7
src/bin/d21p1.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use aoc22::{day21, util};
|
||||
|
||||
pub fn main() {
|
||||
let monkeys = day21::parse_monkeys(&util::parse_input());
|
||||
|
||||
println!("root yells: {}", day21::yell(&monkeys, "root"));
|
||||
}
|
||||
Reference in New Issue
Block a user