no need for this comment

This commit is contained in:
Max Bradbury 2022-12-04 22:06:56 +00:00
parent 36ee2e7a14
commit 6dee61ba62
1 changed files with 0 additions and 1 deletions

View File

@ -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;