aoc::year2023::day20

Function part2

Source
pub fn part2(input: &[u32; 4]) -> u64
Expand description

Assume all numbers are prime (or co-prime) so that the LCM is equal to the product.