day-11 formated

This commit is contained in:
Dylan Thies
2023-12-12 08:45:21 -05:00
parent 6a5d1d5454
commit 2e97d7045c
2 changed files with 4 additions and 6 deletions

View File

@@ -92,4 +92,3 @@ mod test {
assert_eq!(result, "374".to_string()); assert_eq!(result, "374".to_string());
} }
} }

View File

@@ -100,4 +100,3 @@ mod test {
assert_eq!(result, "1030".to_string()); assert_eq!(result, "1030".to_string());
} }
} }