day11: clippies
All checks were successful
test / AoC 2024 (push) Successful in 3m7s

This commit is contained in:
2024-12-13 23:44:42 -08:00
parent bc7ec50c94
commit b060de20c7

View File

@ -89,7 +89,7 @@ pub fn part2(input: &str) -> IntType {
#[cfg(test)]
mod tests {
use super::*;
pub const EXAMPLE: &str = &"125 17";
pub const EXAMPLE: &str = "125 17";
#[test]
fn part1_example() {