Skip to content

Commit e5412fd

Browse files
committed
chore: be witty (or die trying)
1 parent 38f087d commit e5412fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aoclp_solutions/src/y2025/day_06.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn part_1() -> usize {
1313
}
1414

1515
pub fn part_2() -> usize {
16-
cephalopod_problems()
16+
cephaloproblems()
1717
.into_iter()
1818
.map(Problem::answer.without_ref())
1919
.sum()
@@ -92,7 +92,7 @@ fn problems() -> Vec<Problem> {
9292
.collect_vec()
9393
}
9494

95-
fn cephalopod_problems() -> Vec<Problem> {
95+
fn cephaloproblems() -> Vec<Problem> {
9696
let input = input();
9797
let operators = parse_operators(&input);
9898
let mut operands = Vec::new();

0 commit comments

Comments
 (0)