This commit is contained in:
2025-12-30 22:31:53 +01:00
parent 37df1e7470
commit de566cc98d

View File

@@ -62,10 +62,8 @@ pub fn solve() {
}
if let Some(next_line) = &next_line {
{
if next_line[idx] {
adjacent_rolls_count += 1;
}
if next_line[idx] {
adjacent_rolls_count += 1;
}
if idx > 0 {