mirror of
https://gitlab.com/MisterBiggs/aoc_2022-rust.git
synced 2025-06-16 15:17:15 +00:00
formatting
This commit is contained in:
parent
4bb7f254c5
commit
64b51388ab
@ -42,6 +42,7 @@ fn part1(input: &str) -> usize {
|
|||||||
})
|
})
|
||||||
.sum()
|
.sum()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn part2(input: &str) -> usize {
|
fn part2(input: &str) -> usize {
|
||||||
let mut alphabet_map = HashMap::new();
|
let mut alphabet_map = HashMap::new();
|
||||||
let alph = "abcdefghijklmnopqrstuvwxyz";
|
let alph = "abcdefghijklmnopqrstuvwxyz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user