mirror of
https://gitlab.com/MisterBiggs/aoc-2023-rust.git
synced 2025-07-23 22:51:32 +00:00
formatting
This commit is contained in:
@@ -42,6 +42,7 @@ fn part1(input: &str) -> usize {
|
||||
})
|
||||
.sum()
|
||||
}
|
||||
|
||||
fn part2(input: &str) -> usize {
|
||||
let mut alphabet_map = HashMap::new();
|
||||
let alph = "abcdefghijklmnopqrstuvwxyz";
|
||||
|
Reference in New Issue
Block a user