no need for this comment
This commit is contained in:
parent
36ee2e7a14
commit
6dee61ba62
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue