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

View File

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