fix possible off-by-one
This commit is contained in:
parent
5dfd5512e5
commit
ed6315374e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ fn parse_input_day1(input: &str) -> Beep {
|
||||||
cur = 0;
|
cur = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
out.push(cur);
|
||||||
out
|
out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue