Function aoc::year2022::day21::compute

source ยท
fn compute(input: &mut Input, index: usize) -> i64
Expand description

Recursively compute the total following the tree structure all the way to the leaves.