diff --git a/src/day_3.rs b/src/day_3.rs index 6249221..748e655 100644 --- a/src/day_3.rs +++ b/src/day_3.rs @@ -16,7 +16,6 @@ pub fn part_1(input: &str) -> u64 { // this is kind of diabolical if item.to_string() == item.to_uppercase() { - // reduce by some lesser amount? byte -= 38; } else { byte -= 96;