We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77337b2 commit 73d4c4eCopy full SHA for 73d4c4e
src/day7.rs
@@ -19,7 +19,7 @@ pub fn input_generator(input: &str) -> Vec<Calibration> {
19
.map(|n| n.parse().unwrap())
20
.collect(),
21
});
22
- ancc
+ acc
23
})
24
}
25
0 commit comments