advent_of_code_2024::day_7

Function part_1_operations

source
fn part_1_operations() -> Vec<fn(_: i64, _: i64) -> Option<i64>>
Expand description

The operations available when solving part 1, add and multiply