Skip to content

Commit 73d4c4e

Browse files
committed
Fix typo
1 parent 77337b2 commit 73d4c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/day7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub fn input_generator(input: &str) -> Vec<Calibration> {
1919
.map(|n| n.parse().unwrap())
2020
.collect(),
2121
});
22-
ancc
22+
acc
2323
})
2424
}
2525

0 commit comments

Comments
 (0)