This commit is contained in:
nora 2023-12-02 20:44:47 +01:00
parent 1115c68992
commit 29ff6d5241

View file

@ -34,6 +34,8 @@ pub unsafe fn part2(input: &str) {
sum += first * 10 + last;
digits = [0_u8; 128];
line_idx = 0;
byte_idx += 1;
continue;
}
const fn gorble(s: &[u8]) -> u64 {