commented out dead day06 code.

This commit is contained in:
gabe 2022-12-06 14:35:15 -06:00
parent fb12dc3954
commit e0ba8a18f1

View file

@ -11,7 +11,7 @@ pub fn find_dupes_stupid<T: PartialEq>(slice: &[T]) -> bool {
false false
} }
#[cfg(test)] /* #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
@ -20,4 +20,4 @@ mod tests {
let input = "test"; let input = "test";
assert_eq!(parse(input), 0); assert_eq!(parse(input), 0);
} }
} } */