aoc::year2024::day09

Function update

Source
fn update(
    checksum: usize,
    block: usize,
    index: usize,
    size: usize,
) -> (usize, usize)
Expand description

Convenience function to update checksum based on file location and size.